mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
clickhouse: fix rpath
ClickHouse sets LINKER_NAME to lld which is not yet wrapped with ld-wrapper.sh and the results lack rpath needed to use the programs and libraries.
This commit is contained in:
parent
774324ae76
commit
24c765c744
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-DENABLE_TESTS=OFF"
|
||||
"-DLINKER_NAME=gold" # lld is not wrapped with ld-wrapper.sh, does not set rpath.
|
||||
"-DUNBUNDLED=ON"
|
||||
"-DUSE_STATIC_LIBRARIES=OFF"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user