Fish: enabled sys-PCRE2, jobargs added (#913)

This commit is contained in:
miqlas
2016-12-06 12:06:54 +01:00
committed by Jérôme Duval
parent 99e1b6a15f
commit 6da9aeff46

View File

@@ -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()