Changeset d6ed36a for npl/internetserver/libreswan/libreswan.SlackBuild
- Timestamp:
- 11/21/17 15:41:07 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- f560c0b
- Parents:
- e248cf2 (diff), 21dd3b8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/internetserver/libreswan/libreswan.SlackBuild
re248cf2 rd6ed36a 16 16 KVER=`uname -r` || exit 1 17 17 NAME=libreswan 18 VERSION=3.2 118 VERSION=3.22 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_ DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 140 make USE_ DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr DESTDIR=$PKGTMP install || exit 139 make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 1 40 make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr 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.