1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #1615: Add missing crypto libs dependencies to collectd (#1616)

(cherry picked from commit 5a480e0de89fbf99d35ace1713052d6e01c1316f)
This commit is contained in:
Vlastimil Holer 2018-01-02 11:30:02 +01:00 committed by Ruben S. Montero
parent 56f4003255
commit da0ac88790

View File

@ -37,7 +37,8 @@ env.StaticLibrary(lib_name, source_files)
env.Prepend(LIBS=[
'im_collectd',
'nebula_common',
'util'
'util',
'crypto'
])
env.Program('collectd.cc')