mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 13:20:03 +01:00
ncurses: use default host install
* just use default host/install, so libs/headers get properly generated/installed
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(backported from e0196152eb)
This commit is contained in:
parent
38e99cb379
commit
d5b045b52b
1 changed files with 0 additions and 6 deletions
|
|
@ -162,12 +162,6 @@ define Host/Compile
|
|||
$(MAKE) -C $(HOST_BUILD_DIR)/progs tic
|
||||
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))
|
||||
$(eval $(call BuildPackage,terminfo))
|
||||
$(eval $(call BuildPackage,libncurses))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue