gettext: Fix unvendor libxml2 (#44924)

* gettext: Fix unvendor libxml2
* gettext: Fix build with external libxml2
* Revert "gettext: Fix build with external libxml2"
   This reverts commit c209ad65cb.
This commit is contained in:
Jordan Galby 2024-07-03 22:40:55 +02:00 committed by GitHub
parent f951f38883
commit 0726513334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ def patch(self):
# From the configure script: "we don't want to use an external libxml, because its
# dependencies and their dynamic relocations have an impact on the startup time", well,
# *we* do.
if self.spec.satisfies("@20:"): # libtextstyle/configure not present prior
if self.spec.satisfies("@0.20:"): # libtextstyle/configure not present prior
filter_file(
"gl_cv_libxml_force_included=yes",
"gl_cv_libxml_force_included=no",