diff options
Diffstat (limited to 'network/haproxy/haproxy.SlackBuild')
-rw-r--r-- | network/haproxy/haproxy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/haproxy/haproxy.SlackBuild b/network/haproxy/haproxy.SlackBuild index 07b686b48c..a150f010fc 100644 --- a/network/haproxy/haproxy.SlackBuild +++ b/network/haproxy/haproxy.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haproxy -VERSION=${VERSION:-1.8.13} +VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,7 +66,7 @@ fi # This should work with Slackware-provided kernels, but you may wish to # use 'generic' instead -TARGET=${TARGET:-linux2628} +TARGET=${TARGET:-linux-glibc} # Include lua support? (Requires lua53) LUA=${LUA:-no} |