Compare commits

...
Sign in to create a new pull request.

1 commit
main ... pcre

Author SHA1 Message Date
Jérémy Lal
8c514f2bdc
Switch to pcre2. Closes: #1000013. 2023-01-07 11:20:34 +01:00
2 changed files with 1 additions and 2 deletions

2
debian/control vendored
View file

@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13),
libexpat-dev,
libgd-dev,
libgeoip-dev,
libpcre3-dev,
libpcre2-dev,
libperl-dev,
libssl-dev,
libxslt1-dev,

1
debian/rules vendored
View file

@ -45,7 +45,6 @@ basic_configure_flags := \
--with-compat \
--with-debug \
--with-pcre-jit \
--without-pcre2 \
--with-http_ssl_module \
--with-http_stub_status_module \
--with-http_realip_module \