Recently(-r 12228:12906), the Makefile for libusb was changed to not install the static library libusb.a to the staging directory .The library is required for applications that would like to statically link with libusb. This change ensures libusb.a is copied to <staging dir>/usr/lib
Signed-off-by: Robert Hazbun <[EMAIL PROTECTED]> ---------------------------- Index: feeds/packages/libs/libusb/Makefile =================================================================== --- feeds/packages/libs/libusb/Makefile (revision 12947) +++ feeds/packages/libs/libusb/Makefile (working copy) @@ -53,7 +53,7 @@ $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)/usr/lib/libusb*.{la,so*} \ + $(PKG_INSTALL_DIR)/usr/lib/libusb*.{a,la,so*} \ $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel