From: florian Date: Wed, 20 Jun 2007 12:05:20 +0000 (+0000) Subject: Disable the lua plugin for now, until it is fixed X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=63d6d190bc80fbe4a9d5198c00ad267362da5e57;p=packages.git 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 --- 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))