libsoup:fixed deps
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user