Fix dependencies for PCRE2

This commit is contained in:
Tristan
2022-06-06 06:18:58 +01:00
parent 0538df3600
commit 6376218f49
3 changed files with 8 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ HAPROXY_MAKE_ARGS := DEBUG="-DDEBUG_STRICT -DDEBUG_MEMORY_POOLS" \
USE_PCRE2_JIT=1 \
USE_STATIC_PCRE2=1 \
PCRE2_INC="../$(DEP_ROOT_PCRE2)/dist/include" \
PCRE2_LIB="../$(DEP_ROOT_PCRE2)/dist/lib64" \
PCRE2_LIB="../$(DEP_ROOT_PCRE2)/dist/lib" \
USE_PROMEX=1 \
USE_QUIC=1 \
USE_SLZ=1 \