summaryrefslogtreecommitdiff
path: root/package/ncurses
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-27 20:36:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-27 20:36:18 +0100
commit3c56014ab04528d984852ef0828edca4e4d20b49 (patch)
treedf529cb9173bc8a236c99de4765114f79b49321c /package/ncurses
parentc4e4b5faf4a5d344b4d53c114d5c4d83f84a10e0 (diff)
fix native compile
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 20f37ecac..cbd9bf858 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= ncurses
PKG_VERSION:= 5.7
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= cce05daf61a64501ef6cd8da1f727ec6
PKG_DESCR:= a terminal handling library
PKG_SECTION:= libs
@@ -60,6 +60,7 @@ pre-configure:
);
${MAKE} -C ${WRKBUILD}/include
${MAKE} -C ${WRKBUILD}/progs
+ ${CP} ${WRKBUILD}/progs/tic ${STAGING_HOST_DIR}/bin
find ${WRKBUILD} -name *.o -exec rm {} \;
find ${WRKBUILD} -name *.a -exec rm {} \;