diff options
Diffstat (limited to 'source/n/ntp/ntp.SlackBuild')
-rwxr-xr-x | source/n/ntp/ntp.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/n/ntp/ntp.SlackBuild b/source/n/ntp/ntp.SlackBuild index b8d4d363..d89863e7 100755 --- a/source/n/ntp/ntp.SlackBuild +++ b/source/n/ntp/ntp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2012 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ PKGNAM=ntp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -76,6 +76,8 @@ CFLAGS="$SLKCFLAGS" \ --bindir=/usr/sbin \ --sbindir=/usr/sbin \ --mandir=/usr/man \ + --enable-ipv6 \ + --with-crypto \ --program-prefix= \ --program-suffix= \ --build=$ARCH-slackware-linux |