mod_php: use system libpcre

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

View File

@ -1,11 +1,11 @@
# Description: PHP DSO module for apache
# URL: http://www.php.net
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: apache zlib libxml2
# Depends on: libpcre zlib apache libxml2
name=mod_php
version=5.2.7
release=1
release=2
source=(http://www.php.net/distributions/php-$version.tar.bz2)
build () {
@ -16,6 +16,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 \