Skip to content

Instantly share code, notes, and snippets.

@jiskanulo
Created November 26, 2019 16:35
Show Gist options
  • Save jiskanulo/2d533e186c6a20e4c418e4983d614521 to your computer and use it in GitHub Desktop.
Save jiskanulo/2d533e186c6a20e4c418e4983d614521 to your computer and use it in GitHub Desktop.
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