Skip to content

Commit

Permalink
ssl and crypto libraries are need for vizd because new librdkafka
Browse files Browse the repository at this point in the history
uses it. In 4.0 these libraries were added as part of securing
introspect changes, so no build failures seen. But for 3.2 they
have to be added.
Closes-Bug:#1695543

Change-Id: I6f2644c3fb5d4c28eddc61d05966efd3d13d15cd
  • Loading branch information
arvindvis committed Jun 2, 2017
1 parent 281cec0 commit 4cee80c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analytics/SConscript
Expand Up @@ -58,14 +58,14 @@ AnalyticsEnv.Prepend(LIBS=['cpuinfo',
'protobuf',
'zookeeper_client',
'zookeeper_mt',
'ssl',
'crypto',
'boost_filesystem',
'boost_program_options'])

(PLATFORM, VERSION, EXTRA) = platform.linux_distribution()
if PLATFORM.lower() != 'ubuntu':
AnalyticsEnv.Prepend(LIBS=['ssl',
'crypto',
'sasl2'])
AnalyticsEnv.Prepend(LIBS=['sasl2'])

database_libs = ['cassandra_cql', 'cassandra']

Expand Down

0 comments on commit 4cee80c

Please sign in to comment.