diff --git a/system/base/libxml2/actions.py b/system/base/libxml2/actions.py
index 2601f05c..d31d8768 100755
--- a/system/base/libxml2/actions.py
+++ b/system/base/libxml2/actions.py
@@ -32,7 +32,8 @@ def setup():
options += " --bindir=/emul32/bin \
--libdir=/usr/lib32 \
--without-python"
- else: options += " --with-python=/usr/bin/python \
+ else: options += " --with-python \
+ pythondir=/usr/bin/python2.7 \
--libdir=/usr/lib"
autotools.configure(options)
@@ -40,6 +41,7 @@ def setup():
shelltools.cd("../build-py3")
shelltools.sym("../configure", "configure")
+ shelltools.export("PYTHON", "/usr/bin/python3")
options = "--with-zlib \
--with-readline \
--enable-ipv6 \
@@ -53,7 +55,8 @@ def setup():
options += " --bindir=/emul32/bin \
--libdir=/usr/lib32 \
--without-python"
- else: options += " --with-python=/usr/bin/python3 \
+ else: options += " --with-python \
+ pythondir=/usr/bin/python3 \
--libdir=/usr/lib"
autotools.configure(options)
diff --git a/system/base/libxml2/pspec.xml b/system/base/libxml2/pspec.xml
index ac2f95b5..40005a6c 100644
--- a/system/base/libxml2/pspec.xml
+++ b/system/base/libxml2/pspec.xml
@@ -12,7 +12,7 @@
library
Version 2 of the library to manipulate XML files
Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).
- https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz
+ https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz
python-devel
python3-devel
@@ -91,6 +91,13 @@
+
+ 2022-11-01
+ 2.10.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-05-05
2.9.14