diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-18 22:42:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-18 22:42:38 +0000 |
commit | 5898a32f557c7d7542734546eb6853f9b2c64f02 (patch) | |
tree | 8eb33ee1b516677fc94245f856d87963c2a44704 | |
parent | fb5d41c2a5aa751302375c0a31ca03d095145e93 (diff) |
contrib/package: make luci-lib-fastindex depend on liblua
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |