Browse Source

php5: add missing $(SDK)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 10 years ago
parent
commit
8bd80bde68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/php5/Makefile

+ 1
- 1
lang/php5/Makefile View 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


Loading…
Cancel
Save