Merge pull request #7805 from Rmys/master

alsa-libs
This commit is contained in:
Rmys
2020-02-01 22:48:48 +03:00
committed by GitHub
+4 -2
View File
@@ -13,10 +13,12 @@ def setup():
options = "--disable-aload"
if get.buildTYPE() == "emul32":
options += " --disable-python"
options += " --disable-python \
--libdir=/usr/lib32"
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
autotools.autoreconf("-fi")
autotools.autoreconf("-fiv")
autotools.configure(options)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")