Ignore:
Timestamp:
09/26/17 13:30:36 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
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.
Message:

Merge branch 'gcc484'

File:
1 edited

Legend:

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

    r9ec1a22 r2758a4b  
    1010#DEP:Linux_PAM
    1111
     12#voor dnssec (moet openssl 1.1.x)
     13##DEP:ldns
     14##DEP:openssl
     15
    1216KVER=`uname -r` || exit 1
    1317NAME=libreswan
    14 VERSION=3.19
     18VERSION=3.21
    1519CWD=`pwd`
    1620TMP="/tmp"
     
    3337#make KERNELSRC=/usr/src/linux INC_USRLOCAL=/usr module || exit 1
    3438
    35 make USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 1
    36 make USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr DESTDIR=$PKGTMP install || exit 1
     39make USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr programs || exit 1
     40make USE_DNSSEC=NO USE_SYSTEMD_WATCHDOG=false INC_USRLOCAL=/usr DESTDIR=$PKGTMP install || exit 1
    3741#make programs || exit 1
    3842#make DESTDIR=$PKGTMP install || exit 1
Note: See TracChangeset for help on using the changeset viewer.