Skip to content

Commit

Permalink
Newer vesion of librdkafka library requires collector to be linked
Browse files Browse the repository at this point in the history
with libdl.
Closes-Bug:#1710290

Change-Id: Ib833d15f6d4ae7e167a1d5aac006fe885d8c8664
  • Loading branch information
arvindvis committed Aug 19, 2017
1 parent a48ea7c commit 657320f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analytics/SConscript
Expand Up @@ -60,7 +60,8 @@ AnalyticsEnv.Prepend(LIBS=['cpuinfo',
'ssl',
'crypto',
'boost_filesystem',
'boost_program_options'])
'boost_program_options',
'libdl'])

(PLATFORM, VERSION, EXTRA) = platform.linux_distribution()
if PLATFORM.lower() != 'ubuntu' or (PLATFORM.lower() == 'ubuntu' and VERSION.find('16.') == 0):
Expand Down

0 comments on commit 657320f

Please sign in to comment.