mod_php: use system libpcre
This commit is contained in:
parent
bce206394c
commit
f7e94ce10d
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user