Hello Alexey Serbin, Grant Henke,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/13577
to review the following change.
Change subject: thirdparty: fix build_curl with unusual krb5-config location
......................................................................
thirdparty: fix build_curl with unusual krb5-config location
The curl build system runs krb5-config to determine which GSSAPI headers
and libraries are needed at build time. It expects to find krb5-config in
/usr/bin and if it's not found, it'll default to linking with -lgssapi.
On SLES12, krb5-config is in /usr/lib/mit/bin, so it isn't found and the
curl build generally fails because -lgssapi isn't a Kudu requirement. By
setting KRB5CONFIG we can redirect curl's build towards the correct location
of krb5-config and get the correct libraries as a result (-lkrb5,
-lk5crypto, and -lcom_err, if you're curious).
Change-Id: Ief5816d561545945089108e34bd59c8e5dae9dc4
---
M thirdparty/build-definitions.sh
1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/13577/1
--
To view, visit http://gerrit.cloudera.org:8080/13577
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief5816d561545945089108e34bd59c8e5dae9dc4
Gerrit-Change-Number: 13577
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>