Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9652
to look at the new patch set (#4).
Change subject: KUDU-2346: Fix mac pkg-config/PKG_CONFIG_PATH issue.
......................................................................
KUDU-2346: Fix mac pkg-config/PKG_CONFIG_PATH issue.
Previously an empty return from pkg-config --cflags was used as a proxy for
testing if the package was installed.
The Macos version of pkg-config returns an error message in response to this
command when a package is not installed.
The fix is to use pkg-config --exixts which is designed for testing for this
condition
Change-Id: I8a6b543dc65ac65d0dedf7e39f735b4805612bf1
---
M thirdparty/build-thirdparty.sh
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/52/9652/4
--
To view, visit http://gerrit.cloudera.org:8080/9652
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8a6b543dc65ac65d0dedf7e39f735b4805612bf1
Gerrit-Change-Number: 9652
Gerrit-PatchSet: 4
Gerrit-Owner: [email protected]
Gerrit-Reviewer: Kudu Jenkins