Try dynamic linking to openssl-xmlsec.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 09:52:15 +0000 (10:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 09:52:15 +0000 (10:52 +0100)
cscript

diff --git a/cscript b/cscript
index 2fff9eaaa65e578d99013228cf90315c86189663..e350a7f01b5d45badf14f4774ae3128579ff7d02 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-xmlsec --static-ssh --disable-tests'
+            opt += ' --static-ssh --disable-tests'
             if target.version == '6.5':
                 opt += ' --static-boost --static-xmlpp'
             elif target.version == '7':