diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-04-17 18:56:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-17 18:56:27 +0000 |
commit | 39959bbac2f0df2006c1eeae48e0841badb0425b (patch) | |
tree | b6cf7487d0224bb5767617ae2d9d47f69f8787b9 /packages/php | |
parent | 7db1c1b79aeb4663616291a9cbfc98e5e60ac189 (diff) |
php_5.0.5: remove outdated NOTE
Diffstat (limited to 'packages/php')
-rw-r--r-- | packages/php/php_5.0.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/php/php_5.0.5.bb b/packages/php/php_5.0.5.bb index 953f9c08e0..b4b721f85e 100644 --- a/packages/php/php_5.0.5.bb +++ b/packages/php/php_5.0.5.bb @@ -8,8 +8,6 @@ SRC_URI = "http://de3.php.net/distributions/php-${PV}.tar.bz2 \ file://endianness.patch;patch=1" S = "${WORKDIR}/php-${PV}" -# NOTE: You MUST remove --without-schemas from the libxml2 bb file (and recompile and reinstall it) to compile and use php5 - inherit autotools CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |