From d9cb7ebc9d52ee74172a93c256408293651a373a Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 21 Oct 2009 16:53:52 +0200 Subject: php: fixed build errors --- recipes/php/php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/php/php.inc') 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 = "" -- cgit 1.2.3-korg