summaryrefslogtreecommitdiff
path: root/package/mutt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-07 19:33:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-07 19:33:58 +0100
commitb8a5f39cf7e72bc8e25bfbce24c0820ad43f0721 (patch)
tree7d9282ce7a807b30a4f0abfa61359994fe7841e7 /package/mutt/Makefile
parent389e67da44097077ce8bfa775a359bcdb0b60601 (diff)
parent237345323af9aa759b1dee8cc5496c1ef30c3f2c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mutt/Makefile')
-rw-r--r--package/mutt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mutt/Makefile b/package/mutt/Makefile
index 6d46125d6..0454d4627 100644
--- a/package/mutt/Makefile
+++ b/package/mutt/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= mutt
PKG_VERSION:= 1.5.20
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 027cdd9959203de0c3c64149a7ee351c
PKG_DESCR:= Mail text client
PKG_SECTION:= mail
@@ -18,6 +18,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MUTT,mutt,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_LDFLAGS+= -ltinfo
CONFIGURE_ARGS+= --includedir=${WRKBUILD}/. \
--oldincludedir=${WRKBUILD}/. \
--with-homespool="~/Maildir" \