Skip to content

Commit

Permalink
Fix build on Mageia
Browse files Browse the repository at this point in the history
Patch by Thierry Vignaud <thierry.vignaud@gmail.com>
  • Loading branch information
mlschroe committed Oct 5, 2015
1 parent 372d5de commit ac74fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/solv/solv.c
Expand Up @@ -661,7 +661,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))
#if defined(ENABLE_RPMDB) && (defined(SUSE) || defined(FEDORA) || defined(MANDRIVA) || defined(MAGEIA))
rerunsolver:
#endif
solv = solver_create(pool);
Expand Down

0 comments on commit ac74fed

Please sign in to comment.