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 ")