From c546b9896732e7099ff7c02cff771c71bf8397f8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 13 Oct 2008 15:42:09 +0000 Subject: [PATCH] place the static version of libusb into the staging dir - fixes dfu-util compile SVN-Revision: 12966 --- libs/libusb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libusb/Makefile b/libs/libusb/Makefile index 7d74f5653..48f82f789 100644 --- a/libs/libusb/Makefile +++ b/libs/libusb/Makefile @@ -53,7 +53,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)/usr/lib/libusb*.{la,so*} \ + $(PKG_INSTALL_DIR)/usr/lib/libusb*.{la,so*,a} \ $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig -- 2.30.2