X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=wscript;h=86c65ad74da8f49aae7321d3d45694f879c1f8d1;hp=6451f6b2aca408fea69483649c8dc4409f9e249f;hb=61dfa6671f042eda2267d7c179ad0468d9bdb5d0;hpb=fa5f3a8bf77209da27acc33cf144e2e4500a2600 diff --git a/wscript b/wscript index 6451f6b2a..86c65ad74 100644 --- a/wscript +++ b/wscript @@ -394,6 +394,9 @@ def configure(conf): if conf.options.enable_disk: if conf.check_cfg(package='nanomsg', args='--cflags --libs', uselib_store='NANOMSG', mandatory=False) is None: conf.check_cfg(package='libnanomsg', args='--cflags --libs', uselib_store='NANOMSG', mandatory=True) + if conf.env.TARGET_LINUX: + # We link with nanomsg statically on Centos 8 so we need to link this as well + conf.env.LIB_NANOMSG.append('anl') # FFmpeg if conf.options.static_ffmpeg: