From 8da5839e575a58e2459eacea10882d885ffa8c50 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Wed, 18 Dec 2024 10:03:52 -0600 Subject: [PATCH] updating libxslt to get past a CVE Signed-off-by: John McCrae --- config/software/libxslt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/libxslt.rb b/config/software/libxslt.rb index 1b56aa071..f7552b32b 100644 --- a/config/software/libxslt.rb +++ b/config/software/libxslt.rb @@ -65,7 +65,7 @@ "--without-crypto", "--without-profiler", "--without-debugger", - "--Wno-deprecated-declarations", + "--without-deprecated-declarations", ] configure(*configure_commands, env: env)