From 001152b744079078d90335f331f63d38c6449788 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 14 Jan 2015 12:11:10 +0100 Subject: [PATCH] make build with ENABLE_COMPLEX_DEPS work again --- src/rules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules.c b/src/rules.c index 048cd998..e6b578cd 100644 --- a/src/rules.c +++ b/src/rules.c @@ -541,7 +541,7 @@ add_complex_deprules(Solver *solv, Id p, Id dep, int type, int dontfix, Queue *w queue_init(&bq); /* CNF expansion for requires, DNF + INVERT expansion for conflicts */ - i = pool_normalize_complex_dep(pool, dep, &bq, type == SOLVER_RULE_DEP_PACKAGE_REQUIRES ? 0 : (CPLXDEPS_TODNF | CPLXDEPS_EXPAND | CPLXDEPS_INVERT)); + i = pool_normalize_complex_dep(pool, dep, &bq, type == SOLVER_RULE_PKG_REQUIRES ? 0 : (CPLXDEPS_TODNF | CPLXDEPS_EXPAND | CPLXDEPS_INVERT)); /* handle special cases */ if (i == 0) { -- 2.47.2