diff options
| author | emmett1 <emmett1.2iligrams@protonmail.com> | 2025-04-17 12:01:18 +0200 |
|---|---|---|
| committer | emmett1 <emmett1.2iligrams@protonmail.com> | 2025-04-17 12:01:18 +0200 |
| commit | f5bd6a733b1574d6effdf07fd85cab7ec1d846ce (patch) | |
| tree | 98c424295b7a58322de166df4ec65943f0d4ed0e /repos/extra/libxml2/abuild | |
| parent | f0a04fcbb8c2effbe3268072209aa56a22a5899b (diff) | |
| download | alicelinux-f5bd6a733b1574d6effdf07fd85cab7ec1d846ce.tar.gz alicelinux-f5bd6a733b1574d6effdf07fd85cab7ec1d846ce.zip | |
fixes
Diffstat (limited to 'repos/extra/libxml2/abuild')
| -rw-r--r-- | repos/extra/libxml2/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/libxml2/abuild b/repos/extra/libxml2/abuild index 39c42495..177e27de 100644 --- a/repos/extra/libxml2/abuild +++ b/repos/extra/libxml2/abuild @@ -4,4 +4,4 @@ release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz overflow.patch" build_type=configure_build -build_opt="--with-history --with-icu --with-python=/usr/bin/python" +build_opt="--with-icu" |