Skip to content
Snippets Groups Projects
Commit ef6d6661 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ncurses: install a dummy libtinfo.a for packages that try to link it


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent cf3da7d2
No related branches found
No related tags found
No related merge requests found
......@@ -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' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment