diff options
author | Wayne Cuddy <wcuddy@gmail.com> | 2018-12-24 08:28:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-24 08:44:04 +0700 |
commit | 314240efd7950024383644331aad2917b5664445 (patch) | |
tree | ea74c5fe39449db6887eb13be6baba5a764816da /network/quagga/quagga.SlackBuild | |
parent | 3316e417a1e471fcb778a48f670db36af509627a (diff) | |
download | slackbuilds-314240efd7950024383644331aad2917b5664445.tar.gz |
network/quagga: Updated for version 1.2.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |