Merge pull request #7539 from lumarogit/libxml2-32

libxml2-32: enable icu
This commit is contained in:
Luis
2023-12-01 21:14:28 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
libxml2-32-2.12.1-1
libxml2-32-2.12.1-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/cmake/

View File

@@ -1,9 +1,9 @@
# description : Contains libraries and utilities used for parsing XML files
# depends : libxml2 xz-32 zlib-32
# depends : libxml2 icu-32 xz-32 zlib-32
name=libxml2-32
version=2.12.1
release=1
release=2
source="https://download.gnome.org/sources/${name%-*}/${version%.*}/${name%-*}-$version.tar.xz"
build() {
@@ -16,6 +16,7 @@ build() {
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--disable-static \
--with-icu \
--with-history \
--without-python
make