wok-4.x diff php/receipt @ rev 1908
tazndis: add symlink to ndiswrapper
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 21 15:49:01 2008 +0100 (2008-12-21) |
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 Dec 21 15:49:01 2008 +0100 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 && \