From 8bd80bde68474fc314f5edc435f5201fc05bbb69 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Thu, 1 Jan 2015 14:33:04 +0100 Subject: [PATCH] php5: add missing $(SDK) Signed-off-by: Michael Heimpold --- lang/php5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 183d80cc6..e8b0e3aa3 100644 --- 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