diff --git a/programming/misc/libsoup/actions.py b/programming/misc/libsoup/actions.py index 2d5a212166..bf0e790351 100644 --- a/programming/misc/libsoup/actions.py +++ b/programming/misc/libsoup/actions.py @@ -16,17 +16,17 @@ def setup(): --without-apache-module-dir \ --disable-tls-check \ " - + if get.buildTYPE() == "_emul32": options += " --libdir=/usr/lib32 \ --bindir=/_emul32/bin \ --sbindir=/_emul32/sbin" - + shelltools.export("CC", "%s -m32" % get.CC()) shelltools.export("CXX", "%s -m32" % get.CXX()) shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") - + autotools.configure(options) pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") @@ -36,8 +36,8 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - + + #if get.buildTYPE() == "_emul32": #pisitools.removeDir("/_emul32") - pisitools.dodoc("README", "NEWS", "AUTHORS") \ No newline at end of file