ncurses: install a dummy libtinfo.a for packages that try to link it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
cf3da7d204
commit
ef6d6661e2
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ define Build/InstallDev
|
||||||
for lib in ncurses panel menu form; do \
|
for lib in ncurses panel menu form; do \
|
||||||
ln -s lib$$$${lib}w.so $(1)/usr/lib/lib$$$${lib}.so; \
|
ln -s lib$$$${lib}w.so $(1)/usr/lib/lib$$$${lib}.so; \
|
||||||
done
|
done
|
||||||
|
$(TARGET_CROSS)ar rc $(1)/usr/lib/libtinfo.a
|
||||||
$(INSTALL_DIR) $(2)/bin
|
$(INSTALL_DIR) $(2)/bin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ncursesw5-config $(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' \
|
$(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' -e 's/$$$$INCS //g' \
|
||||||
|
|
Loading…
Reference in a new issue