wok diff php/receipt @ rev 5208

Up: gtk-gnutella (0.96.8) stable
author Paul Issott <paul@slitaz.org>
date Fri Apr 02 13:24:21 2010 +0000 (2010-04-02)
parents 5043ba1d9bd1
children 63221aff137b
line diff
     1.1 --- a/php/receipt	Tue Oct 20 19:50:11 2009 +0000
     1.2 +++ b/php/receipt	Fri Apr 02 13:24:21 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="php"
     1.7 -VERSION="5.2.9"
     1.8 +VERSION="5.2.11"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PHP web programming language."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -49,6 +49,8 @@
    1.13  --with-openssl=shared \
    1.14  --with-unixODBC=shared,/usr \
    1.15  --with-pear=/usr/share/php \
    1.16 +--with-pdo-mysql=shared \
    1.17 +--with-pdo-pgsql=shared \
    1.18  "
    1.19  	sed -i 's/pam_start/pam_nostart/' configure
    1.20  	./configure $COMMON_ARGS $CONFIGURE_ARGS && \