summaryrefslogtreecommitdiff
path: root/system/libxml2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/libxml2/APKBUILD')
-rw-r--r--system/libxml2/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/libxml2/APKBUILD b/system/libxml2/APKBUILD
index 237d7f179..1601cd17b 100644
--- a/system/libxml2/APKBUILD
+++ b/system/libxml2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxml2
pkgver=2.10.3
-pkgrel=0
+pkgrel=1
pkgdesc="XML parsing library"
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
arch="all"
@@ -46,7 +46,8 @@ build() {
--infodir=/usr/share/info \
--with-icu \
--without-iconv \
- --with-python=/usr/bin/python3
+ --with-python=/usr/bin/python3 \
+ --enable-static
make
}