main/apache2: force libxml 2.13

The upgrade of libxml2 to version 2.14 has been reverted because it
causes all kinds of build issues, but is still available on the
builders. Make sure version 2.13 is picked when building apache2-proxy-html.
This commit is contained in:
ptrcnull 2025-03-31 23:43:31 +02:00
parent 722b2b9015
commit 76f3ce9995

View File

@ -3,7 +3,7 @@
pkgname=apache2
_pkgreal=httpd
pkgver=2.4.63
pkgrel=2
pkgrel=3
pkgdesc="A high performance Unix-based HTTP server"
url="https://httpd.apache.org/"
arch="all"
@ -17,7 +17,7 @@ makedepends="
autoconf
automake
brotli-dev
libxml2-dev
libxml2-dev~2.13
lua-dev
nghttp2-dev
openssl-dev