ClickHouse/contrib
Azat Khuzhin fe98e90d0d Avoid conflicts of static zlib and mariadb-connector-c zlib
After crc32() had been replaced with crc32_z() the following error will
happen with two different zlib:
  2019-10-25 09:48:42 /usr/bin/ld.gold: error: contrib/zlib-ng/libz.a(crc32.c.o): multiple definition of 'get_crc_table'
  2019-10-25 09:48:42 /usr/bin/ld.gold: contrib/mariadb-connector-c/libmariadb/libmariadbclient.a(crc32.c.o): previous definition here

Fix this by using zlibstatic compiled for and by CH in
mariadb-connector-c, and wrap into function reduce variable scopes.
2019-10-25 23:32:33 +03:00
..
arrow@87ac6fddaf
arrow-cmake Build fixes (#7063) 2019-10-05 22:25:31 +03:00
base64@a27c565d1b
base64-cmake
boost@830e51edb5
boost-cmake
brotli@5805f99a53
brotli-cmake
capnproto@a00ccd91b3
capnproto-cmake Fix build with internal libcxx 2019-08-29 13:44:22 +03:00
cctz@4f9776a310
cctz-cmake
cityhash102
cppkafka@9b184d881c
cppkafka-cmake
croaring
double-conversion@cf2f0f3d54
double-conversion-cmake
fastops@88752a5e03 Using Danila Kutenin variant to make fastops working 2019-08-04 06:36:57 +03:00
fastops-cmake Fixed CMake 2019-08-04 13:58:43 +03:00
googletest@d175c8bf82
h3@6cfd649e8c
h3-cmake
hyperscan@3058c9c20c
jemalloc@cd2931ad9b
jemalloc-cmake Enable musl and jemalloc for arm. 2019-10-14 00:06:54 +08:00
libbtrie
libcpuid
libcxx@9807685d51
libcxx-cmake Fix build for Darwin (#7149) 2019-10-02 17:35:07 +03:00
libcxxabi@d56efcc7a5
libcxxabi-cmake Fix build issues (#6744) 2019-08-30 20:40:27 +03:00
libdivide
libfarmhash
libgsasl@3b8948a404
libhdfs3@e2131aa752
libhdfs3-cmake Build fixes (#7063) 2019-10-05 22:25:31 +03:00
libmetrohash
libpcg-random
librdkafka@6160ec275a
librdkafka-cmake Fix CREATE TABLE AS from table with virtual columns (#7183) 2019-10-17 14:12:35 +03:00
libtcmalloc
libunwind@5afe6d87ae
libunwind-cmake Revert "Remove hardcoded paths in unwind target" 2019-10-24 23:55:41 +03:00
libxml2@18890f471c
libxml2-cmake
llvm@163def2178
lz4@7a4e3b1fac
lz4-cmake
mariadb-connector-c@18016300b0 Revert "Revert "Updated MariaDB"" 2019-09-25 01:28:59 +03:00
murmurhash murmurhash32 ubsan fix. 2019-10-19 03:25:20 +08:00
orc@5981208e39 ADQM-34 add orc input format 2019-08-21 17:19:47 +03:00
orc-cmake Build fixes (Orc, ...) (#6835) 2019-09-10 00:40:40 +03:00
pdqsort
poco@6216cc01a1 Check bad URIs in Poco library 2019-08-13 14:25:37 +03:00
protobuf@1273537092
rapidjson@01950eb7ac
re2@7cf8b88e8f
re2_st
simdjson@e9be643db5 Get rid of dynamic allocation in ParsedJson::Iterator. 2019-08-16 15:48:48 +03:00
simdjson-cmake Remove checks for AVX2 from cmake lists which are no longer needed. 2019-08-07 17:08:15 +03:00
snappy@3f194acb57
sparsehash-c11@cf0bffaa45 Replace libsparsehash with sparsehash-c11 2019-09-18 00:08:20 +03:00
ssl@ba8de79619
thrift@010ccf0a0c
unixodbc@b0ad30f7f6
unixodbc-cmake
zlib-ng@cff0f500d9 It works! 2019-09-20 20:09:22 +03:00
zstd@255597502c
zstd-cmake
CMakeLists.txt Avoid conflicts of static zlib and mariadb-connector-c zlib 2019-10-25 23:32:33 +03:00