]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: makefile: pass USE_ENGINE to cflags
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 16:52:53 +0000 (18:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 16:54:09 +0000 (18:54 +0200)
Previous patch forgot to add USE_ENGINE to the list of options to be
transferred to CFLAGS, so USE_ENGINE had no effect and engines would
remain disabled.

Makefile

index 726f28f3e27c24e8162895a3476b871d75355503..fc0ae67babc61df3b9649cf3369bff90eb791035 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -335,7 +335,7 @@ use_opts = USE_EPOLL USE_KQUEUE USE_NETFILTER                                 \
            USE_PCRE USE_PCRE_JIT USE_PCRE2 USE_PCRE2_JIT USE_POLL             \
            USE_THREAD USE_BACKTRACE                                           \
            USE_STATIC_PCRE USE_STATIC_PCRE2 USE_TPROXY USE_LINUX_TPROXY       \
-           USE_LINUX_SPLICE USE_LIBCRYPT USE_CRYPT_H                          \
+           USE_LINUX_SPLICE USE_LIBCRYPT USE_CRYPT_H USE_ENGINE               \
            USE_GETADDRINFO USE_OPENSSL USE_LUA USE_ACCEPT4                    \
            USE_CLOSEFROM USE_ZLIB USE_SLZ USE_CPU_AFFINITY USE_TFO USE_NS     \
            USE_DL USE_RT USE_DEVICEATLAS USE_51DEGREES USE_WURFL USE_SYSTEMD  \