]> TLD Linux GIT Repositories - packages/rpm.git/blob - shortcircuited-deps.patch
- release down to 2
[packages/rpm.git] / shortcircuited-deps.patch
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) &&