From: Jo-Philipp Wich Date: Mon, 18 Jun 2012 22:42:38 +0000 (+0000) Subject: contrib/package: make luci-lib-fastindex depend on liblua X-Git-Tag: 0.11.0~646 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5898a32f557c7d7542734546eb6853f9b2c64f02 contrib/package: make luci-lib-fastindex depend on liblua --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 1b6945eb5..d7286b536 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -173,7 +173,7 @@ ifneq ($(CONFIG_PACKAGE_luci-lib-nixio_cyassl),) endif -$(eval $(call library,fastindex,Fastindex indexing module)) +$(eval $(call library,fastindex,Fastindex indexing module,+PACKAGE_luci-lib-fastindex:liblua)) $(eval $(call library,httpclient,HTTP(S) client library,+luci-lib-web +luci-lib-nixio)) $(eval $(call library,ipkg,LuCI IPKG/OPKG call abstraction library)) $(eval $(call library,json,LuCI JSON library))