From 2116ce78fb2e28c15f6f97e98ab88967b8a2dcec Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 5 Dec 2006 07:00:22 +0000 Subject: Corrected -Rsc operation - dependancy info was not being read from the DB --- lib/libalpm/deps.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/deps.c') diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 7b32b7d0..43aa6407 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -465,6 +465,9 @@ pmlist_t *_alpm_removedeps(pmdb_t *db, pmlist_t *targs) } FREELISTPTR(k); } + + _alpm_db_read(db, INFRQ_DEPENDS, dep); + if(_alpm_pkg_isin(dep->name, targs)) { continue; } -- cgit v1.2.3-24-g4f1b