php-fcgi: link zlib statically, FS#317

This commit is contained in:
Juergen Daubert 2008-07-09 09:59:41 +02:00
parent c2b04ddc37
commit c283fa21a6

View File

@ -5,7 +5,7 @@
name=php-fcgi
version=5.2.6
release=1
release=2
source=(http://www.php.net/distributions/php-$version.tar.bz2
php-fcgi)
@ -16,6 +16,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 \