Alexey Serbin has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/15200 )

Change subject: [util] added zlib as dependency for libcurl
......................................................................

[util] added zlib as dependency for libcurl

After switching to libcurl from the thirdparty but prior to this patch,
the standard linker on CentOS6 would output errors like below when
building Kudu in RELEASE configuration:

  devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/ld:
     
thirdparty/installed/uninstrumented/lib/libcurl.a(libcurl_la-content_encoding.o):
         undefined reference to symbol 'inflateInit2_'
  //lib64/libz.so.1: error adding symbols: DSO missing from command line
  collect2: error: ld returned 1 exit status

This is a follow-up to 5c610bf40543feca7ed934e9fe1ebbbcccd6c265.

Change-Id: I76ed772845a7e7a00b0ee023dfac51595af383ca
Reviewed-on: http://gerrit.cloudera.org:8080/15200
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Kudu Jenkins
---
M CMakeLists.txt
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Kudu Jenkins: Verified

--
To view, visit http://gerrit.cloudera.org:8080/15200
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I76ed772845a7e7a00b0ee023dfac51595af383ca
Gerrit-Change-Number: 15200
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to