aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses
diff options
context:
space:
mode:
authorAndy Walsh <andy.walsh44+github@gmail.com>2018-07-26 10:34:33 +0200
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:37 +0200
commit1639ebcb061abb3664e0b80f62f0019e37fda68e (patch)
treed476fcfc0f2b0b1fdff3aa2cb6514a9ce32a7ed1 /package/libs/ncurses
parent7d7323bccd6df4917f3a97e54cb237ee3849ca17 (diff)
downloadupstream-1639ebcb061abb3664e0b80f62f0019e37fda68e.tar.gz
upstream-1639ebcb061abb3664e0b80f62f0019e37fda68e.tar.bz2
upstream-1639ebcb061abb3664e0b80f62f0019e37fda68e.zip
ncurses: install lib on host build
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'package/libs/ncurses')
-rw-r--r--package/libs/ncurses/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 95f05fa711..94c968816f 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -164,6 +164,8 @@ endef
define Host/Install
$(INSTALL_BIN) $(HOST_BUILD_DIR)/progs/tic $(STAGING_DIR_HOST)/bin/tic
+ $(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/lib/
+ $(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/libncurses.a $(STAGING_DIR_HOSTPKG)/lib/
endef
$(eval $(call HostBuild))