We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf56890 commit 5c1729aCopy full SHA for 5c1729a
build-scripts/package
@@ -225,6 +225,8 @@ rpm | lpp)
225
# eval is needed to preserve spaces in arguments within quotes
226
# Example: --define 'with_expansion 1' needs to be passed as two args
227
log_debug "Building RPM package with rpmbuild"
228
+ # rhel-10 rpmbuild is more picky about /var/cfengine/lib RPATH we need
229
+ export QA_RPATHS=$(( 0x0002 ))
230
eval rpmbuild -bb \
231
--define "'_topdir $BASEDIR/$PKG'" \
232
--define "'buildprefix $BUILDPREFIX'" \
0 commit comments