wok-current rev 4407
php: Add mcrypt support.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Oct 20 19:50:11 2009 +0000 (2009-10-20) |
parents | 8e90bd251450 |
children | 24e7f29f022d |
files | php/receipt |
line diff
1.1 --- a/php/receipt Tue Oct 20 20:34:03 2009 +0000 1.2 +++ b/php/receipt Tue Oct 20 19:50:11 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 net-snmp-dev \ 1.6 postgresql postgresql-dev gettext openssl-dev apache-dev apache apr-util-dev \ 1.7 -c-client mhash mhash-dev libpng libpng-dev unixODBC-dev openldap-dev libldap apr-dev" 1.8 +c-client mhash mhash-dev libpng libpng-dev unixODBC-dev openldap-dev libldap apr-dev libmcrypt-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-config-file-path=/etc \ 1.14 --with-zlib \ 1.15 --with-gettext \ 1.16 +--with-mcrypt=shared,/usr \ 1.17 --with-mysql=shared,/usr \ 1.18 --with-pgsql=shared,/usr \ 1.19 --with-snmp=shared,/usr \