From 47bd42e9783fff034f5ba2d720c5e4a2d160419d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Sep 2025 21:58:25 +0200 Subject: Static boost on Ubuntu 14.04. --- cscript | 2 ++ 1 file changed, 2 insertions(+) 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' -- cgit v1.2.3