diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 21:58:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-17 16:44:14 +0200 |
| commit | 47bd42e9783fff034f5ba2d720c5e4a2d160419d (patch) | |
| tree | 6d8c960a1c6bbca84c7ef75b9f08c8a1d727e22a | |
| parent | 45f464d67e09016af95b72d5cd49b2d1c6e1c198 (diff) | |
Static boost on Ubuntu 14.04.
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -545,6 +545,8 @@ def configure_options(target, options, for_package=False): opt += ' --static-dcpomatic --static-wxwidgets --static-dcp --static-sub --static-cxml' if target.distro != 'arch': opt += ' --static-ffmpeg' + if target.distro == 'ubuntu' and target.version == '14.04': + opt += ' --static-boost' if target.distro == 'centos': if target.version == '6.5': opt += ' --static-boost --static-xmlpp' |
