diff --git a/system/base/libxml2/actions.py b/system/base/libxml2/actions.py index c6c28575..ae8c9406 100755 --- a/system/base/libxml2/actions.py +++ b/system/base/libxml2/actions.py @@ -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 ") diff --git a/system/base/libxml2/pspec.xml b/system/base/libxml2/pspec.xml index 54c59b5a..4844c185 100755 --- a/system/base/libxml2/pspec.xml +++ b/system/base/libxml2/pspec.xml @@ -87,6 +87,13 @@ + + 2019-01-24 + 2.9.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-06 2.9.8