Make sure lua will get built
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Feb 2008 15:39:22 +0000 (15:39 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Feb 2008 15:39:22 +0000 (15:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10394 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/weechat/Makefile

index 52b75bb..67ef94d 100644 (file)
@@ -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/"