diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 19:01:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 19:01:15 +0100 |
commit | 412489ecb4b5c94beada59cce1899f946cfddf83 (patch) | |
tree | 1ac8cdb225dde7a77eb69915534489842432b42a /extra/php/Pkgfile | |
parent | e8deb0d0fa8d0010d5bd47d080089058f695d8c5 (diff) | |
download | nutyx-extra-412489ecb4b5c94beada59cce1899f946cfddf83.tar.gz nutyx-extra-412489ecb4b5c94beada59cce1899f946cfddf83.tar.bz2 nutyx-extra-412489ecb4b5c94beada59cce1899f946cfddf83.tar.xz nutyx-extra-412489ecb4b5c94beada59cce1899f946cfddf83.zip |
maj php#5.2.13-1
Diffstat (limited to 'extra/php/Pkgfile')
-rw-r--r-- | extra/php/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/php/Pkgfile b/extra/php/Pkgfile index 2a2955b91..fbc40a0eb 100644 --- a/extra/php/Pkgfile +++ b/extra/php/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.php.net # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot net -# Depends on: mysql, apache, libxml2 +# Depends on: mysql, apache, libxml2, libpng name=php -version=5.2.10 +version=5.2.13 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2) @@ -13,6 +13,7 @@ build () { cd php-$version sed -i "s/-i -a/-i/" configure ./configure --prefix=/usr \ + --mandir=/usr/share/man \ --sysconfdir=/etc \ --with-apxs2=/usr/sbin/apxs \ --enable-force-cgi-redirect \ |