Skip to content

Instantly share code, notes, and snippets.

@bobthecow
Created June 16, 2010 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobthecow/440966 to your computer and use it in GitHub Desktop.
Save bobthecow/440966 to your computer and use it in GitHub Desktop.
homebrew compile args for php 5.3 (work in progress)
# homebrew compile args for php 5.3 (work in progress)
"--prefix=#{prefix}",
"--mandir=#{man}",
"--infodir=#{info}",
"--disable-dependency-tracking",
"--sysconfdir=/private/etc",
"--with-apxs2=/usr/sbin/apxs",
"--enable-cli",
"--with-config-file-path=/etc",
"--with-libxml-dir=/usr",
"--with-openssl=/usr",
"--with-kerberos=/usr",
"--with-zlib=/usr",
"--enable-bcmath",
"--with-bz2=/usr",
"--enable-calendar",
"--with-curl=/usr",
"--enable-exif",
"--enable-ftp",
"--with-gd",
"--with-png-dir=/usr/X11R6",
"--enable-gd-native-ttf",
"--with-ldap=/usr",
"--with-ldap-sasl=/usr",
"--enable-mbstring",
"--enable-mbregex",
"--with-iodbc=/usr",
"--enable-shmop",
"--with-snmp=/usr",
"--enable-soap",
"--enable-sockets",
"--enable-sysvmsg",
"--enable-sysvsem",
"--enable-sysvshm",
"--with-xmlrpc",
"--with-xsl=/usr",
"--enable-zend-multibyte",
"--enable-zip",
"--with-pcre-regex=/usr",
"--with-pear",
## "--disable-debug",
"--with-iconv-dir=/usr",
## "--enable-sqlite-utf8",
## "--enable-wddx",
## "--enable-pcntl",
## "--enable-memory-limit",
## "--enable-memcache",
## "--with-mcrypt=#{Formula.factory('mcrypt').prefix}",
"--with-jpeg-dir=#{Formula.factory('jpeg').prefix}",
## "--with-gettext=#{Formula.factory('gettext').prefix}",
"--with-tidy",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment