php-fcgi: use system libpcre

This commit is contained in:
Juergen Daubert 2008-12-05 11:52:12 +01:00
parent 5d134dbf4b
commit bce206394c

View File

@ -1,11 +1,11 @@
# Description: CGI/FastCGI version of the PHP interpreter
# URL: http://www.php.net
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: zlib libxml2
# Depends on: libpcre zlib libxml2
name=php-fcgi
version=5.2.7
release=1
release=2
source=(http://www.php.net/distributions/php-$version.tar.bz2
php-fcgi)
@ -17,6 +17,7 @@ build () {
--with-config-file-path=/etc/php \
--with-config-file-scan-dir=/etc/php/conf.d \
--with-zlib \
--with-pcre-regex=/usr \
--disable-static --disable-debug --without-pear"
EXTENSION_DIR=/usr/lib/php/extensions \