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 \
|
||||
--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 ")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user