diff options
author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2013-04-29 13:23:40 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-03 16:12:02 +0200 |
commit | 0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4 (patch) | |
tree | 749fff38982848cd05116b8f690bc0f41476ace9 /meta-oe/recipes-devtools | |
parent | 68ce4c403611fbb89865e6dabaf56d1d0d39e97b (diff) | |
download | meta-openembedded-0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4.tar.gz |
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@dbbroadcast.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | 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 749f51c7a..7ae5cc88c 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" | |||
57 | export THREADS | 57 | export THREADS |
58 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" | 58 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" |
59 | export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" | 59 | export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" |
60 | CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE" | 60 | CFLAGS += " -D_GNU_SOURCE" |
61 | 61 | ||
62 | acpaths = "" | 62 | acpaths = "" |
63 | 63 | ||