From: Michael Schroeder Date: Mon, 5 Oct 2015 09:45:16 +0000 (+0200) Subject: Fix build on Mageia X-Git-Tag: 0.6.14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac74fed84eb703dea041950e1e1376ed85221cc2;p=thirdparty%2Flibsolv.git Fix build on Mageia Patch by Thierry Vignaud --- diff --git a/examples/solv/solv.c b/examples/solv/solv.c index d624bf60..6840a6ed 100644 --- a/examples/solv/solv.c +++ b/examples/solv/solv.c @@ -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);