More centos build hacking.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 10:03:52 +0000 (11:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 10:03:52 +0000 (11:03 +0100)
cscript

diff --git a/cscript b/cscript
index e350a7f01b5d45badf14f4774ae3128579ff7d02..3e418d54e11fb5c25d9cc84fafd9793131eafb55 100644 (file)
--- a/cscript
+++ b/cscript
@@ -308,7 +308,7 @@ def configure_options(target):
     elif target.platform == 'linux':
         opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
         if target.distro == 'centos':
-            opt += ' --static-ssh --disable-tests'
+            opt += ' --disable-tests'
             if target.version == '6.5':
                 opt += ' --static-boost --static-xmlpp'
             elif target.version == '7':