Changeset 4455cc2 for npl/internetserver/libreswan
- Timestamp:
- 01/18/22 12:48:00 (3 years ago)
- Branches:
- master
- Children:
- 892871d
- Parents:
- 39a3656
- Location:
- npl/internetserver/libreswan
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/internetserver/libreswan/libreswan.SlackBuild
r39a3656 r4455cc2 16 16 KVER=`uname -r` || exit 1 17 17 NAME=libreswan 18 VERSION= 4.618 VERSION=3.29 19 19 CWD=`pwd` 20 20 TMP="/tmp" … … 37 37 #make KERNELSRC=/usr/src/linux INC_USRLOCAL=/usr module || exit 1 38 38 39 make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false PREFIX=/usr USE_XFRM_INTERFACE_IFLA_HEADER=true programs || exit 140 make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false PREFIX=/usr USE_XFRM_INTERFACE_IFLA_HEADER=true DESTDIR=$PKGTMP install || exit 139 make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr USE_XFRM_INTERFACE_IFLA_HEADER=true programs || exit 1 40 make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr USE_XFRM_INTERFACE_IFLA_HEADER=true DESTDIR=$PKGTMP install || exit 1 41 41 #make programs || exit 1 42 42 #make DESTDIR=$PKGTMP install || exit 1
Note: See TracChangeset
for help on using the changeset viewer.