diff options
| author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-09-21 13:56:33 +0000 |
|---|---|---|
| committer | Paul Eggleton <bluelightning@bluelightning.org> | 2008-09-21 13:56:33 +0000 |
| commit | a1e1a2e1738d4f5a9d8ee8f895c2525f1b37edee (patch) | |
| tree | 8be7806d2cc094180ef9b7879fe99e0cebdf2dd6 /packages/php/php.inc | |
| parent | 84d6e7e3708f89589638b37069218f58e822343c (diff) | |
| parent | fd08d6342ad38345dd8651367f584672712543f5 (diff) | |
merge of '2164eb62b60f233738ed0300039cc4c534e16a14'
and 'e330aca99df7101ab377267e761f56c0df7ef4ae'
Diffstat (limited to 'packages/php/php.inc')
| -rw-r--r-- | packages/php/php.inc | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/packages/php/php.inc b/packages/php/php.inc index e2ab04f486..e9d49a3269 100644 --- a/packages/php/php.inc +++ b/packages/php/php.inc @@ -2,24 +2,15 @@ DESCRIPTION = "A server-side, HTML-embedded scripting language. This package pro HOMEPAGE = "http://www.php.net" SECTION = "console/network" LICENSE = "PHP" -DEPENDS = "zlib libxml2 mysql mysql-native virtual/libiconv php-native" SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2\ file://acinclude-xml2-config.patch;patch=1" +S = "${WORKDIR}/php-${PV}" + inherit autotools CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" -EXTRA_OECONF = "--with-cgi --enable-sockets --enable-pcntl \ - --with-mysql \ - --with-zlib --with-zlib-dir=${STAGING_LIBDIR}/.. \ - --without-libpng --without-libjpeg \ - --with-config-file-path=${sysconfdir}/php4" - -EXTRA_OECONF += " --without-pear" -# Uncomment the following two lines, and comment the above to enable PEAR -#EXTRA_OECONF += " --with-pear-php-cli=${STAGING_BINDIR_NATIVE}/php" -#DEPENDS += " php-native" acpaths = "" |
