X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=wscript;h=bee03cb0cc1d94a4f856546124940e5e5c19545b;hp=6451f6b2aca408fea69483649c8dc4409f9e249f;hb=73f12506b092200418ce20d9ec70bf646d248f5d;hpb=599ce9ce83d3d7fcb6bb42ba76c49c110c9a62cc diff --git a/wscript b/wscript index 6451f6b2a..bee03cb0c 100644 --- a/wscript +++ b/wscript @@ -394,6 +394,8 @@ 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) + # 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: