Skip to content

Commit

Permalink
Revert "ssl and crypto libraries are need for vizd because new librdk…
Browse files Browse the repository at this point in the history
…afka 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"

This reverts commit 79ab838.

Change-Id: I490cabf99c8554ef033a6f305e4784b8e22ac18b
  • Loading branch information
vmahuli committed Jun 19, 2017
1 parent 79ab838 commit db786e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analytics/SConscript
Expand Up @@ -55,14 +55,14 @@ AnalyticsEnv.Prepend(LIBS=['cpuinfo',
'pugixml',
'hiredis',
'protobuf',
'ssl',
'crypto',
'boost_filesystem',
'boost_program_options'])

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

if sys.platform != 'darwin':
AnalyticsEnv.Append(LIBS=['rt'])
Expand Down

0 comments on commit db786e7

Please sign in to comment.