mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fish: enabled sys-PCRE2, jobargs added (#913)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user