Created
November 26, 2019 16:35
-
-
Save jiskanulo/2d533e186c6a20e4c418e4983d614521 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/share/php-build/default_configure_options b/share/php-build/default_configure_options | |
index 7355cf1..b9de2eb 100644 | |
--- a/share/php-build/default_configure_options | |
+++ b/share/php-build/default_configure_options | |
@@ -6,8 +6,8 @@ | |
--enable-exif | |
--enable-zip | |
--with-zlib | |
---with-zlib-dir=/usr | |
---with-bz2 | |
+--with-zlib-dir=/usr/local/opt/zlib | |
+--with-bz2=/usr/local/opt/bzip2 | |
--enable-intl | |
--with-kerberos | |
--with-openssl | |
@@ -32,3 +32,4 @@ | |
--enable-fpm | |
--enable-bcmath | |
--enable-phpdbg | |
+--with-iconv=/usr/local/opt/libiconv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment