From: Jeremy Bicha Date: Wed, 23 Jan 2019 13:55:23 +0000 (-0500) Subject: Build with --disable-pcre2grep-callout: X-Git-Tag: archive/raspbian/10.45-1+rpi1~1^2~71^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d99aaf794e1de1094771138b62c9b0f57ff49606;p=pcre2.git Build with --disable-pcre2grep-callout: A grep tool should not be expected to execute commands Closes: #920273 LP: #1636666 Gbp-Dch: Full --- diff --git a/debian/rules b/debian/rules index ca8d46c..a68760a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ include /usr/share/dpkg/default.mk export DEB_CFLAGS_MAINT_APPEND = -Dregcomp=PCRE2regcomp -Dregexec=PCRE2regexec -Dregerror=PCRE2regerror -Dregfree=PCRE2regfree -deb_maint_conf_args = --enable-pcre2-16 --enable-pcre2-32 +deb_maint_conf_args = --enable-pcre2-16 --enable-pcre2-32 --disable-pcre2grep-callout #enable JIT only on architectures that support it (see pcre2jit.3) ifneq ($(filter i386 amd64 armel armhf powerpc sparc arm64 ppc64 ppc64el, $(DEB_HOST_ARCH)),) deb_maint_conf_args +=--enable-jit