......@@ -2969,7 +2969,12 @@ click:
clickhouse:
version: 18.16.1+ds-7.3
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON, though may
break test suites.
build flags recorded by
https://sources.debian.org/src/clickhouse/18.16.1%2Bds-7.3/dbms/src/Interpreters/Compiler.cpp/#L235
and
https://sources.debian.org/src/clickhouse/18.16.1%2Bds-7.3/dbms/src/Storages/System/StorageSystemBuildOptions.generated.cpp.in/#L17-L18
issues:
- cmake_rpath_contains_build_path
- records_build_flags
......