From 308bfc46ef2d0366ef8d94b8e2edd2d1508f34c6 Mon Sep 17 00:00:00 2001 From: Jon Levell Date: Wed, 6 Jul 2022 11:43:07 +0100 Subject: [PATCH] [patch] Disable rpath errors for mqcbridge (as we have for normal build) (#74) Co-authored-by: Jon Levell --- server_build/distrobuild/mqcbridge.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server_build/distrobuild/mqcbridge.spec b/server_build/distrobuild/mqcbridge.spec index 09d560e4..5f2cc8b6 100644 --- a/server_build/distrobuild/mqcbridge.spec +++ b/server_build/distrobuild/mqcbridge.spec @@ -61,6 +61,9 @@ export DONT_STRIP=1 export IMASERVER_BASE_DIR=$RPM_BUILD_DIR/broot/rpmtree #cp -dpR $IMASERVER_BASE_DIR/* "$RPM_BUILD_ROOT/" mv $IMASERVER_BASE_DIR/* "$RPM_BUILD_ROOT/" +#We set runpaths to find the mqclient libraries relative to our install location +#In recent version of Fedora this causes errors unless suppressed via: +export QA_RPATHS=$(( 0x0002|0x0004|0x0008)) %files %defattr (-, root, bin)