wok diff php/receipt @ rev 1324
Add php-imap, php-mhash
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 29 07:59:39 2008 +0000 (2008-08-29) |
parents | 41897da4a1db |
children | 24cffdc5d961 |
line diff
1.1 --- a/php/receipt Wed Aug 27 18:48:42 2008 +0000 1.2 +++ b/php/receipt Fri Aug 29 07:59:39 2008 +0000 1.3 @@ -6,7 +6,9 @@ 1.4 SHORT_DESC="PHP web programming language." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="php-common lighttpd zlib libxml2 sqlite" 1.7 -BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev postgresql postgresql-dev gettext openssl-dev apache-dev apache" 1.8 +BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev \ 1.9 +postgresql postgresql-dev gettext openssl-dev apache-dev apache \ 1.10 +c-client mhash mhash-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.php.net/" 1.13 WGET_URL="http://us2.php.net/distributions/$TARBALL" 1.14 @@ -28,9 +30,11 @@ 1.15 --with-config-file-path=/etc \ 1.16 --with-zlib \ 1.17 --with-gettext \ 1.18 ---with-mysql=shared,usr \ 1.19 ---with-pgsql=shared,usr \ 1.20 +--with-mysql=shared,/usr \ 1.21 +--with-pgsql=shared,/usr \ 1.22 --with-ldap=shared \ 1.23 +--with-imap=shared --with-imap-ssl \ 1.24 +--with-mhash=shared \ 1.25 --disable-cli" 1.26 ./configure $COMMON_ARGS $CONFIGURE_ARGS && \ 1.27 make && make INSTALL_ROOT=$PWD/_pkg install