]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-bb-and-short-circuit.patch
- include --x-libraries=/usr/X11R6/%{_lib} in %configure macros
[packages/rpm.git] / rpm-bb-and-short-circuit.patch
1 --- rpm-4.1/rpmqv.c.sc  Thu Sep 19 11:32:08 2002
2 +++ rpm-4.1/rpmqv.c     Thu Sep 19 11:38:45 2002
3 @@ -685,6 +685,8 @@
4         case 'b':
5             ba->buildAmount |= RPMBUILD_PACKAGEBINARY;
6             ba->buildAmount |= RPMBUILD_CLEAN;
7 +           if ((ba->buildChar == 'b') && ba->shortCircuit)
8 +               /*@innerbreak@*/ break;
9             /*@fallthrough@*/
10         case 'i':
11             ba->buildAmount |= RPMBUILD_INSTALL;
This page took 0.031525 seconds and 3 git commands to generate.