From 63d6d190bc80fbe4a9d5198c00ad267362da5e57 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 20 Jun 2007 12:05:20 +0000 Subject: [PATCH] Disable the lua plugin for now, until it is fixed git-svn-id: svn://svn.openwrt.org/openwrt/packages@7680 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/weechat/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/weechat/Makefile b/net/weechat/Makefile index b4fbf9730..fdcf0b1ec 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -61,7 +61,8 @@ define Package/weechat/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/weechat-curses $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib/weechat/plugins - $(CP) $(PKG_INSTALL_DIR)/usr/lib/weechat/plugins/lua.so* $(1)/usr/lib/weechat/plugins/ + # FIXME : weechat is not configured to compile with lua since 0.2.4 + #$(CP) $(PKG_INSTALL_DIR)/usr/lib/weechat/plugins/lua.so* $(1)/usr/lib/weechat/plugins/ endef - + $(eval $(call BuildPackage,weechat)) -- 2.11.0