From: Andrey Volk Date: Sat, 12 Jul 2025 10:02:37 +0000 (+0300) Subject: Require libpcre2-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d23bd3440bb9a12d0c1eeeecea3becb51fadcd;p=thirdparty%2Ffreeswitch.git Require libpcre2-dev --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 6413b2cbab..50de1d8408 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -302,7 +302,7 @@ Build-Depends: # core build dpkg-dev (>= 1.15.8.12), gcc (>= 4:4.4.5), g++ (>= 4:4.4.5), libc6-dev (>= 2.11.3), make (>= 3.81), - libpcre3-dev, + libpcre2-dev, libedit-dev (>= 2.11), libsqlite3-dev, libtiff5-dev,