diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-04-30 14:21:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-30 14:21:30 +0700 |
commit | 38d29cae7180b3b062cdb3f51bd9105584611ec8 (patch) | |
tree | 66a0c72378047205c83297d8ed563a9c37fd2c91 /network/kea/kea.SlackBuild | |
parent | 71c7cd3a608568cf2c70985cc5183efa7a9cb291 (diff) |
network/kea: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 533316a8d662..e68574535fa7 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 |