fix weechat linking against lua
authorNicolas Thill <nico@openwrt.org>
Tue, 9 Jan 2007 16:36:14 +0000 (16:36 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 9 Jan 2007 16:36:14 +0000 (16:36 +0000)
SVN-Revision: 6048

net/weechat/Makefile

index c98f50a86159dbb7323442f12997cf31f4259178..c2401937279b1f3d83db3aab8b14be2e8844fa0a 100644 (file)
@@ -46,6 +46,8 @@ define Build/Configure
                --disable-perl \
                --disable-python \
                --disable-ruby \
+               , \
+               LIBS="-llua -ldl -lm" \
        )
 endef