diff -u pcre2-10.40/debian/changelog pcre2-10.40/debian/changelog --- pcre2-10.40/debian/changelog +++ pcre2-10.40/debian/changelog @@ -1,3 +1,10 @@ +pcre2 (10.40-1ubuntu1) kinetic; urgency=medium + + * debian/rules: Build with --with-link-size=3 on ppc64el to avoid "regular + expression too large" errors. + + -- Nick Rosbrook Wed, 24 Aug 2022 16:29:34 -0400 + pcre2 (10.40-1) unstable; urgency=medium * New upstream release diff -u pcre2-10.40/debian/control pcre2-10.40/debian/control --- pcre2-10.40/debian/control +++ pcre2-10.40/debian/control @@ -1,7 +1,8 @@ Source: pcre2 Section: libs Priority: optional -Maintainer: Matthew Vernon +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Matthew Vernon Standards-Version: 4.5.1 Build-Depends: debhelper (>=9), dpkg-dev (>= 1.16.1~) Vcs-Git: https://salsa.debian.org/debian/pcre2.git diff -u pcre2-10.40/debian/rules pcre2-10.40/debian/rules --- pcre2-10.40/debian/rules +++ pcre2-10.40/debian/rules @@ -19,6 +19,10 @@ deb_maint_conf_args +=--disable-jit endif +ifeq ($(DEB_HOST_ARCH),ppc64el) +deb_maint_conf_args += --with-link-size=3 +endif + %: dh $@ --parallel