summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-21 21:58:25 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-17 16:44:14 +0200
commit47bd42e9783fff034f5ba2d720c5e4a2d160419d (patch)
tree6d8c960a1c6bbca84c7ef75b9f08c8a1d727e22a
parent45f464d67e09016af95b72d5cd49b2d1c6e1c198 (diff)
Static boost on Ubuntu 14.04.
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index a2f4e3a2c..b3d50e470 100644
--- a/cscript
+++ b/cscript
@@ -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'