From 7f0e0012b6ca93b1279068aa21cb085c42f9d226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 13 Oct 2021 10:27:41 +0200 Subject: [PATCH] Remove rpath from libomptarget.rtl.amdgpu.so rpmlint reported this as an error: libomp.x86_64: E: binary-or-shlib-defines-rpath /usr/lib64/libomptarget.rtl.amdgpu.so ['$ORIGIN'] --- libomp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libomp.spec b/libomp.spec index b90da7b..111b4c8 100644 --- a/libomp.spec +++ b/libomp.spec @@ -90,6 +90,7 @@ OpenMP regression tests %else -DOPENMP_LIBDIR_SUFFIX= \ %endif + -DCMAKE_SKIP_RPATH:BOOL=ON %cmake_build