At present, if you select the iconv utility it will be built but not installed. 
This patch adds the clauses necessary to the Makefile to actually install iconv.

Signed-off-by: Mike Brady <mikebr...@eircom.net>


Index: libs/libiconv-full/Makefile
===================================================================
--- libs/libiconv-full/Makefile (revision 33311)
+++ libs/libiconv-full/Makefile (working copy)
@@ -81,6 +81,11 @@
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiconv.so* $(1)/usr/lib/
 endef
 
+define Package/iconv/install
+       $(INSTALL_DIR) $(1)/usr/bin
+       $(CP) $(PKG_INSTALL_DIR)/usr/bin/iconv $(1)/usr/bin/
+endef
+
 $(eval $(call BuildPackage,libcharset))
 $(eval $(call BuildPackage,libiconv-full))
 $(eval $(call BuildPackage,iconv))
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to