Skip to content

Commit

Permalink
[patch] Disable rpath errors for mqcbridge (as we have for normal bui…
Browse files Browse the repository at this point in the history
…ld) (#74)

Co-authored-by: Jon Levell <levell@uk.ibm.com>
  • Loading branch information
jonquark and Jon Levell committed Jul 6, 2022
1 parent a868b5c commit 308bfc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server_build/distrobuild/mqcbridge.spec
Expand Up @@ -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)
Expand Down

0 comments on commit 308bfc4

Please sign in to comment.