Missing library.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Jan 2016 14:51:09 +0000 (14:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Jan 2016 14:51:09 +0000 (14:51 +0000)
wscript

diff --git a/wscript b/wscript
index 01bee52f6f16167941d8842f6dd1300d87d047b7..9551bc45522482f80eef8cfe31dc86d4f39be7ed 100644 (file)
--- a/wscript
+++ b/wscript
@@ -37,6 +37,7 @@ def configure(conf):
         conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags', uselib_store='CXML', mandatory=True)
         conf.env.HAVE_ASDCPLIB_CTH = 1
         conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth']
+        conf.env.LIB_ASDCPLIB_CTH = ['openssl']
         conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True)
     else:
         conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)