wok-6.x diff php/receipt @ rev 1155
Add openldap
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 27 09:18:17 2008 +0000 (2008-07-27) |
parents | 443dbfefc6bf |
children | e679fb64c9d0 |
line diff
1.1 --- a/php/receipt Sat Jul 26 14:23:50 2008 +0000 1.2 +++ b/php/receipt Sun Jul 27 09:18:17 2008 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="PHP web programming language." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="lighttpd zlib libxml2 sqlite" 1.7 -BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev postgresql postgresql-dev" 1.8 +BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev postgresql postgresql-dev gettext openssl-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 @@ -26,8 +26,10 @@ 1.13 --enable-mbstring \ 1.14 --with-config-file-path=/etc \ 1.15 --with-zlib \ 1.16 + --with-gettext \ 1.17 --with-mysql=shared,usr \ 1.18 --with-pgsql=shared,usr \ 1.19 + --with-ldap=shared 1.20 --disable-cli \ 1.21 $CONFIGURE_ARGS 1.22 make