Attempted Centos 7 fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 13:52:53 +0000 (14:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 13:52:53 +0000 (14:52 +0100)
cscript

diff --git a/cscript b/cscript
index 3e418d54e11fb5c25d9cc84fafd9793131eafb55..bd01fe169f6b14d7d11b6ba502816c1749979d09 100644 (file)
--- 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':