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 \