Author: nbd Date: 2016-05-11 12:49:26 +0200 (Wed, 11 May 2016) New Revision: 49373
Modified: trunk/package/libs/ncurses/Makefile Log: ncurses: install a dummy libtinfo.a for packages that try to link it Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/ncurses/Makefile =================================================================== --- trunk/package/libs/ncurses/Makefile 2016-05-11 10:49:21 UTC (rev 49372) +++ trunk/package/libs/ncurses/Makefile 2016-05-11 10:49:26 UTC (rev 49373) @@ -127,6 +127,7 @@ 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' \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
