]> git.pld-linux.org Git - packages/rpm.git/blame - shortcircuited-deps.patch
- added dir-macros-relative patch (hardcode base dir macros, derived as relative...
[packages/rpm.git] / shortcircuited-deps.patch
CommitLineData
d727501f
JR
1--- rpm-4.16.0/build/build.c~ 2020-05-28 12:04:24.000000000 +0200
2+++ rpm-4.16.0/build/build.c 2020-10-31 18:57:03.678941782 +0100
3@@ -401,7 +401,7 @@
4 goto exit;
5
6 if (((what & RPMBUILD_PACKAGEBINARY) && !test) &&
7- (rc = packageBinaries(spec, cookie, (didBuild == 0))))
8+ (rc = packageBinaries(spec, cookie, ((didBuild == 0) && !rpmExpandNumeric("%{?disable_short_circuited_deps}")))))
9 goto exit;
10
11 if ((what & RPMBUILD_CLEAN) &&
This page took 0.031929 seconds and 4 git commands to generate.