summaryrefslogtreecommitdiff
path: root/package/weechat
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-13 16:25:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-13 16:25:13 +0100
commit49fc2e22017780818cd8d79ed1f21588ce7895de (patch)
tree280eb7be141f802dc5bc79c5f876402e2585e3f1 /package/weechat
parent319202d3bbae55f1ac59015015748996d2a728d2 (diff)
parent9afaa08045d5d12eccba06c7ad95338d2ff8c93b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/weechat')
-rw-r--r--package/weechat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/weechat/Makefile b/package/weechat/Makefile
index e5b67dd00..4f20654c9 100644
--- a/package/weechat/Makefile
+++ b/package/weechat/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= weechat
PKG_VERSION:= 0.4.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= fd584c258aace2aa898f40e1fcf06084
PKG_DESCR:= lightweight IRC client
PKG_SECTION:= chat
@@ -20,6 +20,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,WEECHAT,weechat,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
AUTOTOOL_STYLE:= autoreconf
+TARGET_LDFLAGS+= -ltinfo
CONFIGURE_ARGS+= --with-debug=0 \
--disable-perl \
--disable-python \