diff options
Diffstat (limited to 'network/ipv6calc/ipv6calc.SlackBuild')
-rw-r--r-- | network/ipv6calc/ipv6calc.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/network/ipv6calc/ipv6calc.SlackBuild b/network/ipv6calc/ipv6calc.SlackBuild index 58fecca7f4eb4..e4aa1a91febff 100644 --- a/network/ipv6calc/ipv6calc.SlackBuild +++ b/network/ipv6calc/ipv6calc.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2012, 2013 Chris Abela, Malta # Copyright 2014 Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org -# Copyright 2018-2019 Jason Graham, MD <jgraham@compukix.net> +# Copyright 2018-2019, 2023 Jason Graham, MD <jgraham@compukix.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipv6calc -VERSION=${VERSION:-4.0.1} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ENABLE_IP2LOCATION="--disable-ip2location" -ENABLE_GEOIP="--disable-geoip" ENABLE_GEOIP2="--disable-geoip2" ENABLE_EXTERNAL="--disable-external" ENABLE_MOD_IPV6CALC="--disable-mod_ipv6calc" @@ -91,10 +90,6 @@ if [ "$IP2LOCATION" = "yes" ]; then ENABLE_IP2LOCATION="--enable-ip2location --with-ip2location-db=/usr/share/IP2Loc" fi -if [ "$GEOIP" = "yes" ]; then - ENABLE_GEOIP="--enable-geoip --with-geoip-db=/usr/share/GeoIP" -fi - if [ "$GEOIP2" = "yes" ]; then ENABLE_GEOIP2="--enable-mmdb --with-geoip-db=/usr/share/GeoIP" fi @@ -119,7 +114,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux \ --disable-dbip \ --disable-dbip2 \ - $ENABLE_IP2LOCATION $ENABLE_GEOIP $ENABLE_GEOIP2 $ENABLE_EXTERNAL $ENABLE_MOD_IPV6CALC + $ENABLE_IP2LOCATION $ENABLE_GEOIP2 $ENABLE_EXTERNAL $ENABLE_MOD_IPV6CALC make make install DESTDIR=$PKG |