Skip to content
Snippets Groups Projects
Commit 278db967 authored by Zach van Rijn's avatar Zach van Rijn
Browse files

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.
parent c573ccb8
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment