From: Michael Schroeder Date: Tue, 17 May 2016 11:42:19 +0000 (+0200) Subject: We always need the rerunsolver label in the example solver X-Git-Tag: 0.6.21~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ee43ed1a3a7aab04468c676224718eda1f5b22;p=thirdparty%2Flibsolv.git We always need the rerunsolver label in the example solver --- diff --git a/examples/solv/solv.c b/examples/solv/solv.c index 0714649d..e12a6869 100644 --- a/examples/solv/solv.c +++ b/examples/solv/solv.c @@ -673,9 +673,7 @@ main(int argc, char **argv) queue_push2(&job, SOLVER_ERASE|SOLVER_CLEANDEPS|SOLVER_SOLVABLE_PROVIDES, pool_rel2id(pool, NAMESPACE_LANGUAGE, 0, REL_NAMESPACE, 1)); #endif -#if defined(ENABLE_RPMDB) && (defined(SUSE) || defined(FEDORA) || defined(MANDRIVA) || defined(MAGEIA)) rerunsolver: -#endif solv = solver_create(pool); solver_set_flag(solv, SOLVER_FLAG_SPLITPROVIDES, 1); #ifdef FEDORA