From f4db8154d424e958f714882be2f0b149bfe7a82b Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Mon, 16 Mar 2020 16:32:50 +0530 Subject: [PATCH] Use pcre2 as REGEX_BACKEND --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 15ebf2f4a..b45163ab7 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ override_dh_auto_configure: -DUSE_GSSAPI:BOOL=ON \ -DTHREADSAFE:BOOL=ON \ -DBUILD_CLAR:BOOL=ON \ + -DREGEX_BACKEND=pcre2 \ -DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH) dh_auto_configure --builddirectory=build-debian-devel -- \ @@ -35,6 +36,7 @@ override_dh_auto_configure: -DUSE_GSSAPI:BOOL=ON \ -DBUILD_CLAR:BOOL=OFF \ -DBUILD_SHARED_LIBS:BOOL=OFF \ + -DREGEX_BACKEND=pcre2 \ -DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)