Todd Lipcon has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2284 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M thirdparty/build-definitions.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Todd Lipcon: Verified -- To view, visit http://gerrit.cloudera.org:8080/2284 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib066c608f9a5e13776ffd680c1f2e92108ce37ef Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
