[oe-commits] Jack Mitchell : php: remove obsolete CFLAGS

git at git.openembedded.org git at git.openembedded.org
Fri May 3 14:08:07 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Mon Apr 29 13:23:40 2013 +0000

php: remove obsolete CFLAGS

PTYS_ARE_GETPT and PTYS_ARE_SEARCHED don't appear anywhere in the
source code anymore, remove them.

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/php/php.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 749f51c..7ae5cc8 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -57,7 +57,7 @@ THREADS_pn-php = "pthread"
 export THREADS
 export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
 export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
-CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE"
+CFLAGS += " -D_GNU_SOURCE"
 
 acpaths = ""
 





More information about the Openembedded-commits mailing list