php5: add missing $(SDK)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
64a2717e49
commit
8bd80bde68
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ else
|
||||||
CONFIGURE_ARGS+= --without-iconv
|
CONFIGURE_ARGS+= --without-iconv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_php5-mod-json),)
|
ifneq ($(SDK)$(CONFIG_PACKAGE_php5-mod-json),)
|
||||||
CONFIGURE_ARGS+= --enable-json=shared
|
CONFIGURE_ARGS+= --enable-json=shared
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS+= --disable-json
|
CONFIGURE_ARGS+= --disable-json
|
||||||
|
|
Loading…
Reference in a new issue