Skip to content

Commit

Permalink
Fish: enabled sys-PCRE2, jobargs added (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
miqlas authored and korli committed Dec 6, 2016
1 parent 99e1b6a commit 6da9aef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app-shells/fish/fish-2.4.0.recipe
Expand Up @@ -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
"
Expand All @@ -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
Expand All @@ -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()
Expand Down

0 comments on commit 6da9aef

Please sign in to comment.