Hello Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/2284
to review the following change.
Change subject: thirdparty: fix curl to not depend on librtmp
......................................................................
thirdparty: fix curl to not depend on librtmp
We previously attempted to do this, but our argument to the configure script
was incorrect, which meant that, if the build machine had librtmp installed,
our test binaries would inherit such a dependency. This prevented test binaries
built on Ubuntu 14.04 (which has librtmp0) from running on dist-test slaves
running 15.04 (which has librtmp1).
Tested by verifying that my test binaries no longer show librtmp0 in ldd
output.
Change-Id: Ib066c608f9a5e13776ffd680c1f2e92108ce37ef
---
M thirdparty/build-definitions.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/2284/1
--
To view, visit http://gerrit.cloudera.org:8080/2284
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib066c608f9a5e13776ffd680c1f2e92108ce37ef
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>