Larry Luo
|
59d380c4a2
|
Avoid CVE-2022-40303 CVE-2022-40304
|
2023-02-09 12:29:42 -08:00 |
|
Robert Schulze
|
a4e037c728
|
Remove unused M_LIBRARY link
|
2022-06-01 11:02:39 +02:00 |
|
Azat Khuzhin
|
ccf5f18550
|
contrib/libxml2: use hidden library
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-21 10:11:23 +03:00 |
|
Azat Khuzhin
|
f2b1f65ce1
|
Remove unbundled libxml2 support
|
2022-01-20 10:02:00 +03:00 |
|
Azat Khuzhin
|
ca8525a733
|
Remove unbundled zlib support
|
2022-01-20 08:47:16 +03:00 |
|
alesapin
|
e7a7378cfc
|
Disable iconv for libxml
|
2021-12-14 19:26:09 +03:00 |
|
Alexey Milovidov
|
4ff812db7f
|
Maybe better support for paths with whitespaces
|
2021-04-24 22:47:52 +03:00 |
|
alexey-milovidov
|
a9a757dc7c
|
Merge pull request #9433 from amosbird/cleanbuild
cleaning duplicate linker flags
|
2020-02-28 23:59:55 +03:00 |
|
Amos Bird
|
615c6bba91
|
cleaning duplicate linker flags
|
2020-02-28 18:56:33 +08:00 |
|
proller
|
6b2d6e9392
|
Build fixes (#9381)
* Revert "Revert "Build fixes""
This reverts commit 355ff00c2e .
* zlib link fix
|
2020-02-28 03:07:42 +03:00 |
|
alexey-milovidov
|
355ff00c2e
|
Revert "Build fixes"
|
2020-02-16 11:48:01 +03:00 |
|
proller
|
ae78c9b6bc
|
Fix zlib includes
|
2020-02-07 02:26:45 +03:00 |
|
proller
|
77bd2624ea
|
Build fixes (#6016)
* Fix building without submodules
* Fix more gcc9 warnings
* was wrong!
../dbms/src/IO/WriteBufferAIO.cpp:277:54: error: result of comparison 'ssize_t' (aka 'long') > 9223372036854775807 is always false [-Werror,-Wtautological-type-limit-compare]
if ((static_cast<ssize_t>(flush_buffer.offset()) > std::numeric_limits<off_t>::max()) ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* mimalloc off MI_OVERRIDE
* Fix freebsd build
* Fix shared build
* Fix build in gcc9
* Fix split build
* fix
* fix
* fix
* fix
* clean
* zstd
* Update CMakeLists.txt
* Update Defines.h
* Try fix -Wsign-compare
* Freebsd fix
* Add missing libs
* Fix double-conversion include for copy-headers
* Fix zlib link
* Fix includes for arcadia
* Fix includes for arcadia
* Fix includes for arcadia
* Freebsd fix
* Arcadia fixes
* Update QueryProfiler.cpp
* Freebsd fix
* clean
* 19.11: Fixes for arcadia porting (#6223)
* fix glibc-compatibility
* M_LIBRARY fix
* wip
* Fix
* Fix arm build
* unwind fix
* Update CMakeLists.txt
|
2019-08-04 03:19:03 +03:00 |
|
proller
|
c800913e5a
|
Fix build clickhouse as submodule (#5574)
|
2019-06-10 21:50:46 +03:00 |
|
proller
|
f69f03c96f
|
Try fix shared libxml2 build (#5123)
|
2019-04-26 18:37:22 +03:00 |
|
proller
|
97c532c0f0
|
Build fixes (#5114)
Need to push builder docker image
|
2019-04-26 02:21:59 +03:00 |
|
proller
|
ba4687e110
|
Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091)
|
2019-04-24 12:06:28 +03:00 |
|
Alexey Milovidov
|
8a033d4a9c
|
Fixed error in build of libxml2 #3617
|
2018-12-08 04:41:00 +03:00 |
|
alesapin
|
80b49e4c0a
|
Add integration test, put dependent libs to contrib, slightly refine
code.
|
2018-12-07 14:41:24 +03:00 |
|