mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
3a97fbd0e7
Interpreters/Compiler.cpp contained hard-coded paths for system's includes needed for query compiler. These paths were not portable between different Linux distros and gcc/clang versions. For example, Debian/Ubuntu use /usr/lib/gcc/x86_64-linux-gnu/*/include, RHEL/Fedora use /usr/lib/gcc/x86_64-redhat-linux/*/include, others use /usr/lib/gcc/*/include (without x86_64-XXX triplet). Patch |
||
---|---|---|
.. | ||
benchmark | ||
cmake | ||
scripts | ||
src | ||
tests | ||
CMakeLists.txt |