From 4599b98a974d48f11b086e389ff42d85d51c48a1 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 20 Aug 2023 20:24:00 +0300 Subject: [PATCH] libusb rebuild --- system/base/libusb/actions.py | 4 ++++ system/base/libusb/pspec.xml | 7 +++++++ 2 files changed, 11 insertions(+) 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