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 753dd82 commit cd2a0d8Copy full SHA for cd2a0d8
deps-packaging/pkg-build-rpm
@@ -112,6 +112,11 @@ fi
112
# example cmd --define 'a b':
113
# - argv[1] = --define
114
# - argv[2] = a b
115
+
116
+# We have /var/cfengine/lib in RPATHS which should be OK
117
+# We asked in https://github.com/rpm-software-management/rpm/issues/3982, and it seems allowing this is OK
118
+# 0x0002 - contains an invalid RPATH - in our case /var/cfengine/lib is OK so allow it as an exception
119
+export QA_RPATHS=$(( 0x0002 ))
120
eval rpmbuild -bb \
121
--define "'_topdir $BASEDIR/$PKGNAME'" \
122
--define "'version $VERSION'" \
0 commit comments