From c4c6ace9ea7b6152a879ae809c8dfc800ea0528a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 13 Oct 2021 11:00:39 +0200 Subject: [PATCH] Remove rpath --- compiler-rt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt.spec b/compiler-rt.spec index d4e322e..e62e2e3 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -53,6 +53,7 @@ pathfix.py -i %{__python3} -pn lib/hwasan/scripts/hwasan_symbolize %cmake -GNinja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DLLVM_CONFIG_PATH:FILEPATH=%{_bindir}/llvm-config-%{__isa_bits} \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ \ %if 0%{?__isa_bits} == 64 -DLLVM_LIBDIR_SUFFIX=64 \