diff options
Diffstat (limited to 'src/fetch.c')
-rw-r--r-- | src/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch.c b/src/fetch.c index 9707752..e745d84 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -240,7 +240,7 @@ static void mark_names_recursive(struct apk_database *db, struct apk_string_arra struct apk_change *change; int r; - r = apk_solver_solve(db, 0, ctx->world, &changeset); + r = apk_solver_solve(db, APK_SOLVERF_IGNORE_CONFLICT, ctx->world, &changeset); if (r == 0) { foreach_array_item(change, changeset.changes) mark_package(ctx, change->new_pkg); |