Adar Dembo has posted comments on this change. Change subject: thirdparty: Link curl against el6 workaround openssl ......................................................................
Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/5603/1//COMMIT_MSG Commit Message: Line 7: thirdparty: Link curl against el6 workaround openssl Should probably add a note about why we can't just remove curl from thirdparty and use the system libcurl (since the answer was non-obvious). http://gerrit.cloudera.org:8080/#/c/5603/1/thirdparty/build-definitions.sh File thirdparty/build-definitions.sh: Line 505: CXXFLAGS="$EXTRA_CXXFLAGS $CURL_EXTRA_CXXFLAGS" \ Curl is C-based, so I'm surprised this works. Shouldn't it be CFLAGS? -- To view, visit http://gerrit.cloudera.org:8080/5603 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I19e6be946853a80dad0f496839212887e76db06f Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
