diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:18:31 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:18:31 +0800 |
| commit | 9a97a30630b0f6faa74c017bd72ee971030e0552 (patch) | |
| tree | 885fb8bab5281c8966e693f712c0a18162ffba02 /repos/extra/libxml2/abuild | |
| parent | 3cbe890e571ad879236497ae09fd989b468b4a37 (diff) | |
| download | alicelinux-9a97a30630b0f6faa74c017bd72ee971030e0552.tar.gz alicelinux-9a97a30630b0f6faa74c017bd72ee971030e0552.zip | |
libxml2: updated to 2.13.1
Diffstat (limited to 'repos/extra/libxml2/abuild')
| -rw-r--r-- | repos/extra/libxml2/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/libxml2/abuild b/repos/extra/libxml2/abuild index a91c39a1..646a22ad 100644 --- a/repos/extra/libxml2/abuild +++ b/repos/extra/libxml2/abuild @@ -1,5 +1,6 @@ name=libxml2 -version=2.12.7 +version=2.13.1 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" -build_opt="--with-history PYTHON=/usr/bin/python3 --with-icu" +build_type=configure_build +build_opt="--with-history --with-icu --with-python=/usr/bin/python" |