1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

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

This commit is contained in:
Vlastimil Holer 2018-01-02 11:30:02 +01:00 committed by Ruben S. Montero
parent ce4b3b9e73
commit 5a480e0de8

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')