projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13647e2
)
fix weechat linking against lua
author
Nicolas Thill
<nico@openwrt.org>
Tue, 9 Jan 2007 16:36:14 +0000
(16:36 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 9 Jan 2007 16:36:14 +0000
(16:36 +0000)
SVN-Revision: 6048
net/weechat/Makefile
patch
|
blob
|
history
diff --git
a/net/weechat/Makefile
b/net/weechat/Makefile
index c98f50a86159dbb7323442f12997cf31f4259178..c2401937279b1f3d83db3aab8b14be2e8844fa0a 100644
(file)
--- 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