From 278db9679be6359724c6cd1120c0c3d9801f1f22 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 12 Apr 2023 01:22:35 +0000 Subject: 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. --- system/libxml2/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/libxml2') 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 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 } -- cgit v1.2.3-60-g2f50