DOC: install: recommend pcre2
Makefile comments are also updated to recommend the PCRE2 related
options. PCRE1 is EOL by now:
https://www.mail-archive.com/haproxy@formilux.org/msg41326.html
(cherry picked from commit 2192dfa6b69f499443afd0f4ffb74eea550d0ecb)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 5916f14d063cfa8fb2f910fb13b8aa069efc5c84)
[wt: trivial ctx adj]
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 9b8c8ceaee43af57d5814198bbc282b9bc94df34)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 75b70ee691e681f464e4f1193a926b2bdc3fae89)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 61e8810523b6c8fb997f0c503314b32223d1e729)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
diff --git a/Makefile b/Makefile
index b70e51e..aed8dfc 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,8 @@
# USE_PRIVATE_CACHE : disable shared memory cache of ssl sessions.
# USE_THREAD : enable threads support.
# USE_PTHREAD_PSHARED : enable pthread process shared mutex on sslcache.
-# USE_STATIC_PCRE : enable static libpcre. Recommended.
-# USE_STATIC_PCRE2 : enable static libpcre2.
+# USE_STATIC_PCRE : enable static libpcre.
+# USE_STATIC_PCRE2 : enable static libpcre2. Recommended.
# USE_TPROXY : enable transparent proxy. Automatic.
# USE_LINUX_TPROXY : enable full transparent proxy. Automatic.
# USE_LINUX_SPLICE : enable kernel 2.6 splicing. Automatic.