libsoup:fixed deps

This commit is contained in:
2015-08-10 09:21:10 +03:00
parent a708a35c11
commit efe9db1d3d
+5 -5
View File
@@ -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")