diff options
Diffstat (limited to 'network/kea/kea.SlackBuild')
-rw-r--r-- | network/kea/kea.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/kea/kea.SlackBuild b/network/kea/kea.SlackBuild index 533316a8d6..e68574535f 100644 --- a/network/kea/kea.SlackBuild +++ b/network/kea/kea.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kea -# Copyright 2016 Thibaut Notteboom, Paris, FRANCE +# Copyright 2016-2017 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kea -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,11 +80,11 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-static \ --with-log4cplus \ --with-openssl \ --with-dhcp-mysql \ --with${PGSQL}-dhcp-pgsql \ + --disable-static \ --build=$ARCH-slackware-linux make |