summaryrefslogtreecommitdiff
path: root/harmony/libxml2/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-05-20 02:12:34 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-05-20 02:12:34 -0500
commit3b1063e24eea78845b6c153f24cb1497406a9cf5 (patch)
tree43a1dc475e00b2f4be0d37ebb564dccc4ce2bcae /harmony/libxml2/APKBUILD
parent7f7f868269c2b7bac5771822e08fa58f8878668f (diff)
downloadpackages-3b1063e24eea78845b6c153f24cb1497406a9cf5.tar.gz
packages-3b1063e24eea78845b6c153f24cb1497406a9cf5.tar.bz2
packages-3b1063e24eea78845b6c153f24cb1497406a9cf5.tar.xz
packages-3b1063e24eea78845b6c153f24cb1497406a9cf5.zip
harmony/libxml2: build static libs for Qemu
Diffstat (limited to 'harmony/libxml2/APKBUILD')
-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
}