diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-27 10:52:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-27 10:52:15 +0100 |
| commit | 56d437e8fee8004d4c03c229d74a06569a42a357 (patch) | |
| tree | ba8bdd86c38462a1f1db2e1216069d6956ac873f /cscript | |
| parent | 0811df7cc44672867aa90e02c7c5e0d32301b4be (diff) | |
Try dynamic linking to openssl-xmlsec.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
