libxml2:rebuild XML2_INCLUDEDIR=-I/emul32/include/libxml2 32bit sh dos
This commit is contained in:
@@ -15,6 +15,7 @@ def setup():
|
|||||||
options = "--with-zlib \
|
options = "--with-zlib \
|
||||||
--with-readline \
|
--with-readline \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
|
--includedir=/usr/include \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-history \
|
--with-history \
|
||||||
@@ -22,8 +23,10 @@ def setup():
|
|||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " --bindir=/emul32/bin \
|
options += " --bindir=/emul32/bin \
|
||||||
|
--libdir=/usr/lib32 \
|
||||||
--without-python"
|
--without-python"
|
||||||
else: options += " --with-python"
|
else: options += " --with-python \
|
||||||
|
--libdir=/usr/lib"
|
||||||
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|||||||
@@ -87,6 +87,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2019-01-24</Date>
|
||||||
|
<Version>2.9.8</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2018-11-06</Date>
|
<Date>2018-11-06</Date>
|
||||||
<Version>2.9.8</Version>
|
<Version>2.9.8</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user