summaryrefslogtreecommitdiff
path: root/lib/depends.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-09-25 20:51:34 +0000
committerjbj <devnull@localhost>2001-09-25 20:51:34 +0000
commit92556605afa18d27318aa526985e231e60ea70d7 (patch)
tree13feb3c89b657c880e660ff92e176c412bb4b5e0 /lib/depends.c
parentcb216009409823affa8e24c880b910fdd9531fb0 (diff)
downloadlibrpm-tizen-92556605afa18d27318aa526985e231e60ea70d7.tar.gz
librpm-tizen-92556605afa18d27318aa526985e231e60ea70d7.tar.bz2
librpm-tizen-92556605afa18d27318aa526985e231e60ea70d7.zip
- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).
- eliminate DYING code. CVS patchset: 5082 CVS date: 2001/09/25 20:51:34
Diffstat (limited to 'lib/depends.c')
-rw-r--r--lib/depends.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/depends.c b/lib/depends.c
index 98c7895cf..15401ce5d 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -1305,7 +1305,7 @@ static int unsatisfiedDepend(rpmTransactionSet ts,
}
mi = rpmdbFreeIterator(mi);
-#ifndef DYING
+#ifdef DYING
mi = rpmdbInitIterator(ts->rpmdb, RPMTAG_NAME, keyName, 0);
(void) rpmdbPruneIterator(mi,
ts->removedPackages, ts->numRemovedPackages, 1);