From 6477eeab96814cefc1d1c5a9d4b4de2741733f28 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Mon, 29 Apr 2013 13:23:40 +0000 Subject: [PATCH] php: remove obsolete CFLAGS PTYS_ARE_GETPT and PTYS_ARE_SEARCHED don't appear anywhere in the source code anymore, remove them. (From meta-openembedded rev: 0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4) Signed-off-by: Jack Mitchell Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-devtools/php/php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-devtools/php/php.inc b/meta-openembedded/meta-oe/recipes-devtools/php/php.inc index 749f51c..7ae5cc8 100644 --- a/meta-openembedded/meta-oe/recipes-devtools/php/php.inc +++ b/meta-openembedded/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 = "" -- 2.7.4