libusb rebuild

This commit is contained in:
Rmys
2023-08-20 20:24:00 +03:00
committed by GitHub
parent 376e58ce44
commit 4599b98a97
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -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")
+7
View File
@@ -83,6 +83,13 @@
</Package>
<History>
<Update release="11">
<Date>2023-08-20</Date>
<Version>1.0.26</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2022-09-13</Date>
<Version>1.0.26</Version>