From 5c17e2ab63359ecbb1a907308dc0a2e6d270d4da Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 27 Jul 2017 14:52:53 +0100 Subject: Attempted Centos 7 fix. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 3e418d54e..bd01fe169 100644 --- a/cscript +++ b/cscript @@ -312,7 +312,7 @@ def configure_options(target): if target.version == '6.5': opt += ' --static-boost --static-xmlpp' elif target.version == '7': - opt += ' --workaround-gssapi --static-xmlpp' + opt += ' --workaround-gssapi' # Build Windows debug versions with static linking as I think gdb works better then if target.debug and target.platform == 'windows': -- cgit v1.2.3