commit 8bd80bde68474fc314f5edc435f5201fc05bbb69
parent 64a2717e49c4422d185a1fe0733f9de349cdb5b1
Author: Michael Heimpold <mhei@heimpold.de>
Date: Thu, 1 Jan 2015 14:33:04 +0100
php5: add missing $(SDK)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
@@ -226,7 +226,7 @@ else
CONFIGURE_ARGS+= --without-iconv
endif
-ifneq ($(CONFIG_PACKAGE_php5-mod-json),)
+ifneq ($(SDK)$(CONFIG_PACKAGE_php5-mod-json),)
CONFIGURE_ARGS+= --enable-json=shared
else
CONFIGURE_ARGS+= --disable-json