wok-stable diff php/receipt @ rev 1326

Add php-gd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 29 15:41:08 2008 +0000 (2008-08-29)
parents 0db2ef809433
children a65b8677018a
line diff
     1.1 --- a/php/receipt	Fri Aug 29 07:59:39 2008 +0000
     1.2 +++ b/php/receipt	Fri Aug 29 15:41:08 2008 +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 \
     1.6  postgresql postgresql-dev gettext openssl-dev apache-dev apache \
     1.7 -c-client mhash mhash-dev"
     1.8 +c-client mhash mhash-dev libpng libpng-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 @@ -35,6 +35,7 @@
    1.13  --with-ldap=shared \
    1.14  --with-imap=shared --with-imap-ssl \
    1.15  --with-mhash=shared \
    1.16 +--with-gd=shared \
    1.17  --disable-cli"
    1.18  	./configure $COMMON_ARGS $CONFIGURE_ARGS && \
    1.19  	make && make INSTALL_ROOT=$PWD/_pkg install