wok-current diff php/receipt @ rev 4757
Up: mpc (0.19)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Jan 10 22:22:06 2010 +0100 (2010-01-10) |
parents | 5043ba1d9bd1 |
children | 63221aff137b |
line diff
1.1 --- a/php/receipt Tue Oct 20 19:50:11 2009 +0000 1.2 +++ b/php/receipt Sun Jan 10 22:22:06 2010 +0100 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 && \