diff options
| author | Felix Fietkau | 2016-05-11 10:49:26 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2016-05-11 10:49:26 +0000 |
| commit | e193c2c3f908bf0420d330632124ddba4a269018 (patch) | |
| tree | dbdc1b026dcec63c96fd027d20df0e2cbde23880 | |
| parent | 2b1feac38c536a38dac27a9bad57cd0359e50dff (diff) | |
| download | archive-e193c2c3f908bf0420d330632124ddba4a269018.tar.gz | |
ncurses: install a dummy libtinfo.a for packages that try to link it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
SVN-Revision: 49373
| -rw-r--r-- | package/libs/ncurses/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile index 94da02e2b9..d97d0b53cd 100644 --- a/package/libs/ncurses/Makefile +++ b/package/libs/ncurses/Makefile @@ -127,6 +127,7 @@ define Build/InstallDev for lib in ncurses panel menu form; do \ ln -s lib$$$${lib}w.so $(1)/usr/lib/lib$$$${lib}.so; \ done + $(TARGET_CROSS)ar rc $(1)/usr/lib/libtinfo.a $(INSTALL_DIR) $(2)/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/ncursesw5-config $(2)/bin/ $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' -e 's/$$$$INCS //g' \ |