diff options
Diffstat (limited to 'network/haproxy/haproxy.SlackBuild')
-rw-r--r-- | network/haproxy/haproxy.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/haproxy/haproxy.SlackBuild b/network/haproxy/haproxy.SlackBuild index e3ad84c2d7bc5..1ec982d6a630e 100644 --- a/network/haproxy/haproxy.SlackBuild +++ b/network/haproxy/haproxy.SlackBuild @@ -5,7 +5,7 @@ # Copyright 2018 T3slider <t3slider@gmail.com> # All rights reserved. # -# Copyright 2022 Badchay <badchay@protonmail.com> +# Copyright 2023 Badchay <badchay@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haproxy -VERSION=${VERSION:-2.7.6} +VERSION=${VERSION:-2.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -124,6 +124,7 @@ make \ USE_ENGINE=1 \ USE_ZLIB=1 \ USE_NS=1 \ + USE_PROMEX=1 \ USE_SYSTEMD= \ $LUAOPT \ EXTRA="" |