diff options
author | Juergen Daubert <jue@jue.li> | 2008-07-09 09:59:59 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-07-09 09:59:59 +0200 |
commit | c9d950a23d3b446381c3b9fc5fbf278fb81653ac (patch) | |
tree | e271cc3c6883d22da8e3643561d69b22d1e05d31 | |
parent | c283fa21a6371839ad0a944e1ae9eb208e8ba5de (diff) | |
download | opt-c9d950a23d3b446381c3b9fc5fbf278fb81653ac.tar.gz opt-c9d950a23d3b446381c3b9fc5fbf278fb81653ac.tar.xz |
mod_php: link zlib statically, FS#317
-rw-r--r-- | mod_php/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 8a16ca5c7..cad46fc11 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -5,7 +5,7 @@ name=mod_php version=5.2.6 -release=1 +release=2 source=(http://www.php.net/distributions/php-$version.tar.bz2) build () { @@ -15,6 +15,7 @@ build () { --prefix=/usr \ --with-config-file-path=/etc/php \ --with-config-file-scan-dir=/etc/php/conf.d \ + --with-zlib \ --disable-static --disable-debug --without-pear" EXTENSION_DIR=/usr/lib/php/extensions \ |