From 4f916f50eeda412218968a6d6e18758f34e2fa09 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 9 Jan 2007 16:36:14 +0000 Subject: [PATCH] fix weechat linking against lua SVN-Revision: 6048 --- net/weechat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/weechat/Makefile b/net/weechat/Makefile index c98f50a86..c24019372 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -46,6 +46,8 @@ define Build/Configure --disable-perl \ --disable-python \ --disable-ruby \ + , \ + LIBS="-llua -ldl -lm" \ ) endef -- 2.30.2