fix weechat linking against lua

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6048 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-09 16:36:14 +00:00
parent 2c34e39390
commit db4b060b32

View File

@ -46,6 +46,8 @@ define Build/Configure
--disable-perl \
--disable-python \
--disable-ruby \
, \
LIBS="-llua -ldl -lm" \
)
endef