From 549d773545f4f428c3cef9977bb9691d818abbce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Jul 2024 12:58:12 +0200 Subject: Simplify handling of static libraries. --- cscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 45cf519f3..cb376a622 100644 --- a/cscript +++ b/cscript @@ -571,8 +571,6 @@ def configure_options(target, options, for_package=False): if target.distro == 'centos': if target.version == '6.5': opt += ' --static-boost --static-xmlpp' - elif target.version == '7': - opt += ' --workaround-gssapi' if not options['gui']: opt += ' --disable-gui' -- cgit v1.2.3