php5: add missing $(SDK)
authorMichael Heimpold <mhei@heimpold.de>
Thu, 1 Jan 2015 13:33:04 +0000 (14:33 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 2 Jan 2015 20:12:29 +0000 (21:12 +0100)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php5/Makefile

index 183d80cc62071c0fb505b0732b2e2b71c5762cc6..e8b0e3aa3c266400aee4212f3ce6cf6889d6eaa9 100644 (file)
@@ -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