diff options
Diffstat (limited to 'repos/extra/libxml2/abuild')
| -rw-r--r-- | repos/extra/libxml2/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/libxml2/abuild b/repos/extra/libxml2/abuild index 7537bad3..39c42495 100644 --- a/repos/extra/libxml2/abuild +++ b/repos/extra/libxml2/abuild @@ -1,6 +1,7 @@ name=libxml2 version=2.14.1 release=1 -source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" +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" |