From 6493181ef097ec77a4ba24adf6da71770e491e87 Mon Sep 17 00:00:00 2001 From: Jordan Galby Date: Thu, 27 Jun 2024 14:48:46 +0200 Subject: [PATCH] gettext: Fix unvendor libxml2 --- var/spack/repos/builtin/packages/gettext/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/gettext/package.py b/var/spack/repos/builtin/packages/gettext/package.py index a0f2c5b76e3..25b320287ec 100644 --- a/var/spack/repos/builtin/packages/gettext/package.py +++ b/var/spack/repos/builtin/packages/gettext/package.py @@ -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",