From 523c3d002dace8b25df82a23890090306277fab3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 15 Aug 2024 11:53:39 +0200 Subject: Fix --static-xmlsec option and use it for Centos 9 (#2858). --- cscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 65bead687..3d988ae4c 100644 --- a/cscript +++ b/cscript @@ -574,6 +574,8 @@ def configure_options(target, options, for_package=False): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi' + elif target.version == 'stream9': + opt += ' --static-xmlsec' if not options['gui']: opt += ' --disable-gui' -- cgit v1.2.3