pay attention to autoreqprov flag

CVS patchset: 2092
CVS date: 1998/04/16 16:25:03
This commit is contained in:
ewt 1998-04-16 16:25:03 +00:00
parent 272e203dab
commit fded3f9abc
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
2.4.109 -> 2.4.110:
2.4.109 -> 2.5:
- fixed return code bug in build code
- do macro expansion before %if processing
- dep ordering returns w/ an error as soon as a prereq loop is found
- autoreqprov flag was being ignored during builds
2.4.108 -> 2.4.109:
- remove icons with --rmsource

View File

@ -107,7 +107,7 @@ int generateAutoReqProv(Spec spec, Package pkg,
char *argv[2];
char **f, **fsave;
if (!cpioCount) {
if (!cpioCount || !spec->autoReqProv) {
return 0;
}