# HG changeset patch # User Eric Joseph-Alexandre # Date 1256068211 0 # Node ID 5043ba1d9bd1f94b789daffe7b2e3670fe821296 # Parent 8e90bd251450412ce1db6869e7297adc6dc868d8 php: Add mcrypt support. diff -r 8e90bd251450 -r 5043ba1d9bd1 php/receipt --- a/php/receipt Tue Oct 20 20:34:03 2009 +0000 +++ b/php/receipt Tue Oct 20 19:50:11 2009 +0000 @@ -8,7 +8,7 @@ DEPENDS="php-common lighttpd zlib libxml2 sqlite" BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev net-snmp-dev \ postgresql postgresql-dev gettext openssl-dev apache-dev apache apr-util-dev \ -c-client mhash mhash-dev libpng libpng-dev unixODBC-dev openldap-dev libldap apr-dev" +c-client mhash mhash-dev libpng libpng-dev unixODBC-dev openldap-dev libldap apr-dev libmcrypt-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.php.net/" WGET_URL="http://us2.php.net/distributions/$TARBALL" @@ -36,6 +36,7 @@ --with-config-file-path=/etc \ --with-zlib \ --with-gettext \ +--with-mcrypt=shared,/usr \ --with-mysql=shared,/usr \ --with-pgsql=shared,/usr \ --with-snmp=shared,/usr \