Hello Alexey Serbin, Dan Burkert, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10355
to look at the new patch set (#3).
Change subject: [thirdparty] Fix failing openssl check on MacOS
......................................................................
[thirdparty] Fix failing openssl check on MacOS
Since ea286417af the thirdparty build on Mac was failing as the openssl
library path needs to be set. This commit adds this flag by invoking
"pkg-config --cflags openssl" the same way as build-thirdparty.sh does.
Change-Id: Ieffc39f6e9bf5744b1119826375d36ee1035ccde
---
M thirdparty/preflight.py
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/55/10355/3
--
To view, visit http://gerrit.cloudera.org:8080/10355
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ieffc39f6e9bf5744b1119826375d36ee1035ccde
Gerrit-Change-Number: 10355
Gerrit-PatchSet: 3
Gerrit-Owner: Attila Bukor <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins