From 5d57f3764fb7c532982a03e1b50d9f55ea894e8b Mon Sep 17 00:00:00 2001 From: poorndm Date: Wed, 18 Dec 2024 21:22:41 +0530 Subject: [PATCH] Test PR - to verify libxslt tests Signed-off-by: poorndm --- config/software/libxslt.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/software/libxslt.rb b/config/software/libxslt.rb index 1867c9bdb..a23560d33 100644 --- a/config/software/libxslt.rb +++ b/config/software/libxslt.rb @@ -66,6 +66,7 @@ "--without-crypto", "--without-profiler", "--without-debugger", + "-Wno-deprecated-declarations", ] configure(*configure_commands, env: env)