From fc9e25bea0335cc049ed446ef36168836779e44a Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 16 May 2008 07:36:54 +0000 Subject: [PATCH] nasty hack to prevent rpath on known paths (bnc#386489) --- build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build b/build index 548077d..16f3510 100755 --- a/build +++ b/build @@ -1007,6 +1007,10 @@ for SPECFILE in "${SPECFILES[@]}" ; do setupicecream setupccache + + # nasty hack to prevent rpath on known paths + echo "export SUSE_IGNORED_RPATHS=/etc/ld.so.conf" > "$BUILD_ROOT"/etc/profile.d/buildsystem.sh + # # now clean up RPM building directories # -- 2.7.4