wok diff php/receipt @ rev 4514

Up:gutenprint; Add gutenprint-dev
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:07:22 2009 +0000 (2009-11-26)
parents 5043ba1d9bd1
children 63221aff137b
line diff
     1.1 --- a/php/receipt	Tue Oct 20 19:50:11 2009 +0000
     1.2 +++ b/php/receipt	Thu Nov 26 12:07:22 2009 +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 && \