From eba668c6430f1cf38a4b3f285407d6af8f444403 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 1 Feb 2020 22:48:08 +0300 Subject: [PATCH] alsa-libs --- hardware/sound/alsa-lib/actions.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hardware/sound/alsa-lib/actions.py b/hardware/sound/alsa-lib/actions.py index bd1287f0fb..4c771c4980 100644 --- a/hardware/sound/alsa-lib/actions.py +++ b/hardware/sound/alsa-lib/actions.py @@ -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 ")