libsoup:fixed deps
This commit is contained in:
@@ -16,17 +16,17 @@ def setup():
|
|||||||
--without-apache-module-dir \
|
--without-apache-module-dir \
|
||||||
--disable-tls-check \
|
--disable-tls-check \
|
||||||
"
|
"
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
if get.buildTYPE() == "_emul32":
|
||||||
options += " --libdir=/usr/lib32 \
|
options += " --libdir=/usr/lib32 \
|
||||||
--bindir=/_emul32/bin \
|
--bindir=/_emul32/bin \
|
||||||
--sbindir=/_emul32/sbin"
|
--sbindir=/_emul32/sbin"
|
||||||
|
|
||||||
|
|
||||||
shelltools.export("CC", "%s -m32" % get.CC())
|
shelltools.export("CC", "%s -m32" % get.CC())
|
||||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||||
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
@@ -36,8 +36,8 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
|
||||||
#if get.buildTYPE() == "_emul32":
|
#if get.buildTYPE() == "_emul32":
|
||||||
#pisitools.removeDir("/_emul32")
|
#pisitools.removeDir("/_emul32")
|
||||||
|
|
||||||
pisitools.dodoc("README", "NEWS", "AUTHORS")
|
pisitools.dodoc("README", "NEWS", "AUTHORS")
|
||||||
Reference in New Issue
Block a user