Skip to content

Commit

Permalink
ncurses: install a dummy libtinfo.a for packages that try to link it
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49373 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd authored and hnyman committed Aug 27, 2016
1 parent fef30a4 commit 8c0660a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/ncurses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 8c0660a

Please sign in to comment.