]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
We always need the rerunsolver label in the example solver
authorMichael Schroeder <mls@suse.de>
Tue, 17 May 2016 11:42:19 +0000 (13:42 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 17 May 2016 11:42:19 +0000 (13:42 +0200)
examples/solv/solv.c

index 0714649d582b014424f628ef07ac0a7b1c3533fc..e12a6869ef882f7d3e6e9c4866f79d123bf9a55b 100644 (file)
@@ -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