[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9652
Change subject: 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 whe ...................................................................... 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. 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, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/52/9652/1 -- 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: newchange Gerrit-Change-Id: I8a6b543dc65ac65d0dedf7e39f735b4805612bf1 Gerrit-Change-Number: 9652 Gerrit-PatchSet: 1 Gerrit-Owner: [email protected]
