summaryrefslogtreecommitdiff
path: root/system/libxml2
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2023-04-12 01:22:35 +0000
committerZach van Rijn <me@zv.io>2023-04-12 01:22:37 +0000
commit278db9679be6359724c6cd1120c0c3d9801f1f22 (patch)
tree494f44316117f8297f07a1f9233bb06095453084 /system/libxml2
parentc573ccb81980bbc8ce64e09c1eec0e08e49ccad0 (diff)
downloadpackages-278db9679be6359724c6cd1120c0c3d9801f1f22.tar.gz
packages-278db9679be6359724c6cd1120c0c3d9801f1f22.tar.bz2
packages-278db9679be6359724c6cd1120c0c3d9801f1f22.tar.xz
packages-278db9679be6359724c6cd1120c0c3d9801f1f22.zip
system/libxml2: re-enable static libraries. fixes #1000.
This commit: https://gitlab.gnome.org/GNOME/libxml2\ /-/commit/dff686883c8a1cb1294d7ddc3190d3ad29ebd1f8 disabled the creation of static libraries by default. This changes the default behavior, so we re-enable it.
Diffstat (limited to 'system/libxml2')
-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
}