From 6da9aeff46e740f3796149edac181ded432892fb Mon Sep 17 00:00:00 2001 From: miqlas Date: Tue, 6 Dec 2016 12:06:54 +0100 Subject: [PATCH] Fish: enabled sys-PCRE2, jobargs added (#913) --- app-shells/fish/fish-2.4.0.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-shells/fish/fish-2.4.0.recipe b/app-shells/fish/fish-2.4.0.recipe index 5275d04e3..ccdb25f1e 100644 --- a/app-shells/fish/fish-2.4.0.recipe +++ b/app-shells/fish/fish-2.4.0.recipe @@ -27,7 +27,7 @@ REQUIRES=" lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libncurses$secondaryArchSuffix - #lib:libpcre2_32$secondaryArchSuffix + lib:libpcre2_32$secondaryArchSuffix cmd:gettext$secondaryArchSuffix cmd:python " @@ -38,7 +38,7 @@ BUILD_REQUIRES=" devel:libiconv$secondaryArchSuffix devel:libncurses$secondaryArchSuffix devel:libgettextlib$secondaryArchSuffix - #devel:libpcre2_32$secondaryArchSuffix + devel:libpcre2_32$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal @@ -59,8 +59,9 @@ GLOBAL_WRITABLE_FILES=" BUILD() { autoreconf -vfi - CFLAGS=-D_BSD_SOURCE LDFLAGS="-lnetwork" runConfigure ./configure - make + CFLAGS=-D_BSD_SOURCE LDFLAGS="-lnetwork" runConfigure ./configure \ + --without-included-pcre2 + make $jobArgs } INSTALL()