aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-29 16:13:59 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-02 01:04:51 +0200
commit7fc22b6b77fba8be7bbbf10c8d107565b163b364 (patch)
treecf18cf1a8a29802b8c2b01e9b1473cd23f160186 /community/php7/APKBUILD
parent8d0da879e1dc552a62daa57e366076e032e2ace5 (diff)
downloadaports-7fc22b6b77fba8be7bbbf10c8d107565b163b364.tar.bz2
aports-7fc22b6b77fba8be7bbbf10c8d107565b163b364.tar.xz
community/php7: build with system-provided pcre library
Diffstat (limited to 'community/php7/APKBUILD')
-rw-r--r--community/php7/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index eadc5f057d..2e8478d41c 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -92,7 +92,7 @@ _build() {
--with-config-file-scan-dir=$_extension_confd \
--disable-short-tags \
--with-openssl=shared --with-kerberos --with-system-ciphers \
- --with-pcre-regex --with-pcre-dir \
+ --with-pcre-regex=/usr --with-pcre-dir \
$_disable_pcre_jit \
--with-zlib=shared --with-zlib-dir \
--enable-bcmath=shared \