From: Florian Fainelli Date: Tue, 5 Feb 2008 15:39:22 +0000 (+0000) Subject: Make sure lua will get built X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=310447b3960b040b0e5eeb3b16dafa56e9268977 Make sure lua will get built SVN-Revision: 10394 --- diff --git a/net/weechat/Makefile b/net/weechat/Makefile index 52b75bb67a..67ef94ddce 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -86,6 +86,8 @@ CONFIGURE_VARS+= \ ifneq ($(SDK)$(CONFIG_PACKAGE_weechat-mod-lua),) CONFIGURE_ARGS+= \ --enable-lua \ + --enable-plugins \ + --with-plugins="lua" \ --with-lua-inc="$(STAGING_DIR)/usr/include" \ --with-lua-lib="$(STAGING_DIR)/usr/lib" \ LUA_CFLAGS="-I$(STAGING_DIR)/usr/include/"