diff options
Diffstat (limited to 'examples/solv.c')
-rw-r--r-- | examples/solv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/solv.c b/examples/solv.c index 3f4156d..5d8e31e 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -3175,7 +3175,7 @@ rerunsolver: fcstate.newpkgscnt = newpkgs; fcstate.checkq = &checkq; fcstate.newpkgsfps = newpkgsfps; - pool_findfileconflicts(pool, &checkq, newpkgs, &conflicts, &fileconflict_cb, &fcstate); + pool_findfileconflicts(pool, &checkq, newpkgs, &conflicts, FINDFILECONFLICTS_USE_SOLVABLEFILELIST | FINDFILECONFLICTS_CHECK_DIRALIASING | FINDFILECONFLICTS_USE_ROOTDIR, &fileconflict_cb, &fcstate); fcstate.rpmstate = rpm_state_free(fcstate.rpmstate); if (conflicts.count) { |