summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-25 20:31:27 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-25 20:31:27 +0200
commitc6a836d0665bd71fad6454c3fb3cd7ae8e0fac15 (patch)
treef3f21fba2cd9d32b28f7d03880bb6545baac2f3d /wscript
parent599ce9ce83d3d7fcb6bb42ba76c49c110c9a62cc (diff)
Add link with anl.centos
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 6451f6b2a..3a4eb54d1 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.STLIB_NANOMSG.append('anl')
# FFmpeg
if conf.options.static_ffmpeg: