Ignore:
Timestamp:
11/21/17 15:41:07 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
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.
Message:

Merge commit '21dd3b89978a441302efa0a2c7d9a6cc59ec177a'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/internetserver/libreswan/libreswan.SlackBuild

    re248cf2 rd6ed36a  
    1616KVER=`uname -r` || exit 1
    1717NAME=libreswan
    18 VERSION=3.21
     18VERSION=3.22
    1919CWD=`pwd`
    2020TMP="/tmp"
     
    3737#make KERNELSRC=/usr/src/linux INC_USRLOCAL=/usr module || exit 1
    3838
    39 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
     39make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 1
     40make USE_LABELED_IPSEC=false USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr DESTDIR=$PKGTMP install || exit 1
    4141#make programs || exit 1
    4242#make DESTDIR=$PKGTMP install || exit 1
Note: See TracChangeset for help on using the changeset viewer.