UmVirt LFS Package info
DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
libxml2
The libxml2 package contains libraries and utilities used for parsing XML files.Package info
Codename: libxml2
Source file: libxml2-2.13.4.tar.xz
Source directory: libxml2-2.13.4
Package URL: libxml2-2.13.4.tar.xz
Package md5-checksum URL: libxml2-2.13.4.tar.xz.md5sum
Dependances: icu.
Dependance of: libgweather, postgresql-server, libpeas, libsoup2, dconf-editor, libxslt, libwacom, wireshark, docbook-xml, wpa_supplicant, xcb-proto, gnome-user-docs, libgsf, wayland, OpenCOLLADA, shared-mime-info, libxklavier, dia, libglade, libmateweather, fuse-emulator, libcroco, eom, SPIRV-LLVM-Translator, nghttp2, gtksourceview4, libsoup3, GConf, audacious-plugins, gnome-desktop, grilo, postgresql-client, !libreoffice7, vlc, netsurf, libreoffice, AppStream, php, gimp.
Patches: *** NO PATCHES FOUND ***
Addons: xmlts20130923.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./autogen.sh
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
tar xf ../xmlts20130923.tar.gz
fi
./configure --prefix=/usr \
--sysconfdir=/etc \
$ARG_STATIC \
--with-history \
--with-icu \
PYTHON=/usr/bin/python3 \
--docdir=/usr/share/doc/libxml2-2.13.4
Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
systemctl stop httpd.service
make check
fi
Install script:
make install
rm -vf /usr/lib/libxml2.la &&
sed '/libs=/s/xml2.*/xml2"/' -i /usr/bin/xml2-config
Arch specific instructions
lib32_amd64
Dependances: icu:lib32_amd64.
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--host=i686-pc-linux-gnu \
--sysconfdir=/etc \
$ARG_STATIC \
--with-history \
--with-icu \
--without-python
Build script:
make
Install script:
make DESTDIR=\$PWD/DESTDIR install &&
rm -vf DESTDIR/usr/lib32/libxml2.la &&
cp -Rv DESTDIR/usr/lib32/* /usr/lib32 &&
rm -rf DESTDIR &&
ldconfig
Comments:
./autogen.sh
Apache/2.4.62 (Debian) Server at ulfs.org Port 443