diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 16:53:52 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 16:53:52 +0200 |
commit | d9cb7ebc9d52ee74172a93c256408293651a373a (patch) | |
tree | 13907a592a13cce4d6a9f28b0695ead4cbbde176 /recipes/php/php.inc | |
parent | 9043ab7d88211c9012519f434b4a145207f6e0a3 (diff) |
php: fixed build errors
Diffstat (limited to 'recipes/php/php.inc')
-rw-r--r-- | recipes/php/php.inc | 2 |
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 = "" |