summaryrefslogtreecommitdiff
path: root/package/tcsh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 18:20:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 18:20:11 +0100
commit99fa18132ebacb79df17f37369ec202fd621a235 (patch)
tree6416e37d2186cb853527f71cf24f479b0fd072cb /package/tcsh
parent23ed2d5006295f5fe691030a4b11ef36486a3652 (diff)
fix build
Diffstat (limited to 'package/tcsh')
-rw-r--r--package/tcsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/tcsh/Makefile b/package/tcsh/Makefile
index b1e93b373..419ea5576 100644
--- a/package/tcsh/Makefile
+++ b/package/tcsh/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= tcsh
PKG_VERSION:= 6.18.01
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 6eed09dbd4223ab5b6955378450d228a
PKG_DESCR:= alternative csh
PKG_SECTION:= shells
@@ -18,6 +18,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,TCSH,tcsh,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_LDFLAGS+= -ltinfo
CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
tcsh-install: