summaryrefslogtreecommitdiff
path: root/harmony
diff options
context:
space:
mode:
Diffstat (limited to 'harmony')
-rw-r--r--harmony/libxml2/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/harmony/libxml2/APKBUILD b/harmony/libxml2/APKBUILD
index a67c2b550..8f7207c16 100644
--- a/harmony/libxml2/APKBUILD
+++ b/harmony/libxml2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=libxml2
pkgver=2.9.7
-pkgrel=1
+pkgrel=2
pkgdesc="XML parsing library, version 2"
url="http://www.xmlsoft.org/"
arch="all"
@@ -42,8 +42,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-icu \
- --with-python=/usr/bin/python3 \
- --disable-static
+ --with-python=/usr/bin/python3
make
}