diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-29 16:13:59 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:04:51 +0200 |
commit | 7fc22b6b77fba8be7bbbf10c8d107565b163b364 (patch) | |
tree | cf18cf1a8a29802b8c2b01e9b1473cd23f160186 | |
parent | 8d0da879e1dc552a62daa57e366076e032e2ace5 (diff) | |
download | aports-7fc22b6b77fba8be7bbbf10c8d107565b163b364.tar.bz2 aports-7fc22b6b77fba8be7bbbf10c8d107565b163b364.tar.xz |
community/php7: build with system-provided pcre library
-rw-r--r-- | community/php7/APKBUILD | 2 |
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 \ |