]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
apache2: Apply patch to make work with updated libxml2
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 18 Dec 2023 17:29:44 +0000 (18:29 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 3 Jan 2024 21:07:37 +0000 (21:07 +0000)
commit4fc6f9cbe2dfd43cc6cf6c43119def1e08deadf3
treebbfbac63bb34b0b0cf92010bdfe2c8d504a42089
parent55d134a365ff2a3bdbf0a16ba28f499febd8f4cd
apache2: Apply patch to make work with updated libxml2

- libxml2 since version 2.12.0 has removed a variable that was specified in the apache
   apache mod_xml2enc code.
- This dependency caused the apache2 build to fail with the updated libxml2.
- This patch removes the dependency. It will be able to be removed when the next apache
   update is carried out as the patch was created from an apache commit.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/apache2
src/patches/apache-2.4.58_mod_xml2enc_remove_dependency_on_xmlstring_header.patch [new file with mode: 0644]