diff --git a/system/base/libusb/actions.py b/system/base/libusb/actions.py index f1212d20..97f62b73 100644 --- a/system/base/libusb/actions.py +++ b/system/base/libusb/actions.py @@ -11,10 +11,14 @@ from pisi.actionsapi import get Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" def setup(): + autotools.autoreconf("-fiv") autotools.configure("--disable-static \ --libdir=%s \ --enable-udev" % (Libdir)) + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + def build(): autotools.make("-j1") diff --git a/system/base/libusb/pspec.xml b/system/base/libusb/pspec.xml index 3740cf69..333e2da6 100644 --- a/system/base/libusb/pspec.xml +++ b/system/base/libusb/pspec.xml @@ -83,6 +83,13 @@ + + 2023-08-20 + 1.0.26 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-13 1.0.26