From 0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Mon, 29 Apr 2013 13:23:40 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/php/php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/php') diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 749f51c7ad..7ae5cc88c0 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 = "" -- cgit v1.2.3-54-g00ecf