diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-25 20:31:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-25 22:06:57 +0200 |
| commit | 73f12506b092200418ce20d9ec70bf646d248f5d (patch) | |
| tree | ebc5009d496b548a5e16961f3f5b2a10f9e8a4b9 /wscript | |
| parent | 599ce9ce83d3d7fcb6bb42ba76c49c110c9a62cc (diff) | |
Add link with anl to fix Centos 8 build.v2.15.59
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
