From 8c514f2bdce476830aa5644df0ba8637952a80d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Fri, 6 Jan 2023 21:40:26 +0100 Subject: [PATCH] Switch to pcre2. Closes: #1000013. --- debian/control | 2 +- debian/rules | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ec51b4a..2665aca 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/rules b/debian/rules index c852729..03fa46c 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \