libxml2:rebuild XML2_INCLUDEDIR=-I/emul32/include/libxml2 32bit sh dos

This commit is contained in:
Rmys
2019-01-24 16:45:21 +03:00
parent b4a3a2e376
commit f8cb2856ed
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -15,6 +15,7 @@ def setup():
options = "--with-zlib \
--with-readline \
--enable-ipv6 \
--includedir=/usr/include \
--disable-static \
--with-threads \
--with-history \
@@ -22,8 +23,10 @@ def setup():
if get.buildTYPE() == "emul32":
options += " --bindir=/emul32/bin \
--libdir=/usr/lib32 \
--without-python"
else: options += " --with-python"
else: options += " --with-python \
--libdir=/usr/lib"
autotools.configure(options)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+7
View File
@@ -87,6 +87,13 @@
</Package>
<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">
<Date>2018-11-06</Date>
<Version>2.9.8</Version>