aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php/php.inc
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-21 16:53:52 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-21 16:53:52 +0200
commitd9cb7ebc9d52ee74172a93c256408293651a373a (patch)
tree13907a592a13cce4d6a9f28b0695ead4cbbde176 /recipes/php/php.inc
parent9043ab7d88211c9012519f434b4a145207f6e0a3 (diff)
downloadopenembedded-d9cb7ebc9d52ee74172a93c256408293651a373a.tar.gz
php: fixed build errors
Diffstat (limited to 'recipes/php/php.inc')
-rw-r--r--recipes/php/php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/php/php.inc b/recipes/php/php.inc
index e9d49a3269..0f9a42077a 100644
--- a/recipes/php/php.inc
+++ b/recipes/php/php.inc
@@ -10,7 +10,7 @@ S = "${WORKDIR}/php-${PV}"
inherit autotools
-CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"
+CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE"
acpaths = ""