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

Revert "ncurses: package the tinfo library separately"

This reverts commit 975f7160.
parent 30d955a7
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ CONFIGURE_ARGS += \ ...@@ -61,7 +61,6 @@ CONFIGURE_ARGS += \
--disable-home-terminfo \ --disable-home-terminfo \
--with-normal \ --with-normal \
--with-shared \ --with-shared \
--with-termlib \
--with-terminfo-dirs=/usr/share/terminfo \ --with-terminfo-dirs=/usr/share/terminfo \
--with-default-terminfo-dir=/usr/share/terminfo \ --with-default-terminfo-dir=/usr/share/terminfo \
--enable-widec \ --enable-widec \
...@@ -117,7 +116,7 @@ endef ...@@ -117,7 +116,7 @@ endef
define Package/libncursesw/install define Package/libncursesw/install
$(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib
for lib in ncurses panel menu form tinfo; do \ for lib in ncurses panel menu form; do \
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so* $(1)/usr/lib/; \ $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so* $(1)/usr/lib/; \
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
...@@ -125,7 +124,7 @@ endef ...@@ -125,7 +124,7 @@ endef
define Build/InstallDev define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/* $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)
for lib in ncurses panel menu form tinfo; 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
$(INSTALL_DIR) $(2)/bin $(INSTALL_DIR) $(2)/bin
......
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