diff options
-rw-r--r-- | libusb/libusb-0.1.8/amd64-fPIC.patch | 0 | ||||
-rw-r--r-- | libusb/libusb_0.1.8.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libusb/libusb-0.1.8/amd64-fPIC.patch b/libusb/libusb-0.1.8/amd64-fPIC.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libusb/libusb-0.1.8/amd64-fPIC.patch diff --git a/libusb/libusb_0.1.8.oe b/libusb/libusb_0.1.8.oe index d6587fbc2b..fde9302f8b 100644 --- a/libusb/libusb_0.1.8.oe +++ b/libusb/libusb_0.1.8.oe @@ -1,11 +1,12 @@ SECTION = "libs" DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ file://configure.patch;patch=1 \ - file://pkgconfig.patch;patch=1" + file://pkgconfig.patch;patch=1 \ + file://amd64-fPIC.patch;patch=1" inherit autotools pkgconfig |