Changeset 2758a4b for npl/internetserver/libreswan/libreswan.SlackBuild
- Timestamp:
- 09/26/17 13:30:36 (8 years ago)
- Branches:
- master, perl-5.22
- Children:
- 07ead96
- Parents:
- 9ec1a22 (diff), c6da4cb (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
r9ec1a22 r2758a4b 10 10 #DEP:Linux_PAM 11 11 12 #voor dnssec (moet openssl 1.1.x) 13 ##DEP:ldns 14 ##DEP:openssl 15 12 16 KVER=`uname -r` || exit 1 13 17 NAME=libreswan 14 VERSION=3. 1918 VERSION=3.21 15 19 CWD=`pwd` 16 20 TMP="/tmp" … … 33 37 #make KERNELSRC=/usr/src/linux INC_USRLOCAL=/usr module || exit 1 34 38 35 make USE_ SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 136 make USE_ SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr DESTDIR=$PKGTMP install || exit 139 make USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 1 40 make USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr DESTDIR=$PKGTMP install || exit 1 37 41 #make programs || exit 1 38 42 #make DESTDIR=$PKGTMP install || exit 1
Note: See TracChangeset
for help on using the changeset viewer.