diff options
Diffstat (limited to 'network/quagga/quagga.SlackBuild')
-rw-r--r-- | network/quagga/quagga.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/network/quagga/quagga.SlackBuild b/network/quagga/quagga.SlackBuild index 904a0b3397..c6e44fe5b5 100644 --- a/network/quagga/quagga.SlackBuild +++ b/network/quagga/quagga.SlackBuild @@ -2,12 +2,13 @@ # Slackware build script for Quagga routing suite # Written by zhilla2_at_gm@il.kkom (spamprotected, figure domain out) +# Modified by wcuddy on 2018-12-22 for 1.2.2 to 1.2.4 update # This script is in the public domain # Don't forget to set USE_PAM if you use it. PRGNAM=quagga -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -111,11 +112,8 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-group=quagga \ --enable-vty-group=quaggavt \ --enable-rtadv \ - ${DO_PAM} -# Some options useful for troubleshooting compiling -# problems -# --disable-capabilities \ -# --disable-ipv6 \ + ${DO_PAM} \ + "$@" sed -i -e "s#/lib#/lib${LIBDIRSUFFIX}#" Makefile |