diff options
| author | Andy Walsh | 2018-07-26 08:34:33 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2018-12-18 09:17:05 +0000 |
| commit | 08e73c9526f934a0015ab882c5412550ae1be180 (patch) | |
| tree | eb4d4b1ceba0d5dc6be0bd2f5aa894adbf991404 | |
| parent | eb7ab27336d86b53b3ddf4515852ac502c4f61eb (diff) | |
| download | openwrt-08e73c9526f934a0015ab882c5412550ae1be180.tar.gz | |
ncurses: install lib on host build
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(backported from 1639ebcb061abb3664e0b80f62f0019e37fda68e)
| -rw-r--r-- | package/libs/ncurses/Makefile | 2 |
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)) |