wok diff php/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents 82beb3f42c4b
children cdb7f539e116
line diff
     1.1 --- a/php/receipt	Fri Nov 28 22:07:35 2008 +0000
     1.2 +++ b/php/receipt	Sun Feb 15 22:50:52 2009 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="php-common lighttpd zlib libxml2 sqlite"
     1.5  BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev \
     1.6  postgresql postgresql-dev gettext openssl-dev apache-dev apache \
     1.7 -c-client mhash mhash-dev libpng libpng-dev"
     1.8 +c-client mhash mhash-dev libpng libpng-dev unixODBC-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.php.net/"
    1.11  WGET_URL="http://us2.php.net/distributions/$TARBALL"
    1.12 @@ -36,6 +36,7 @@
    1.13  --with-imap=shared --with-imap-ssl \
    1.14  --with-mhash=shared \
    1.15  --with-gd=shared \
    1.16 +--with-unixODBC=shared,/usr \
    1.17  --with-pear=/usr/share/php \
    1.18  "
    1.19  	./configure $COMMON_ARGS $CONFIGURE_ARGS && \