summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-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'