summaryrefslogtreecommitdiff
path: root/lib/rpmal.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-02-05 10:08:44 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-02-05 10:08:44 +0200
commite1ca3be052b4f0bbc417489c3f97a00323630469 (patch)
tree5e21fa537b979942375931d12a9e8ed5c31ae885 /lib/rpmal.c
parent5786cf78db37d9b129470cefdce5c0faf2c5c183 (diff)
downloadrpm-e1ca3be052b4f0bbc417489c3f97a00323630469.tar.gz
rpm-e1ca3be052b4f0bbc417489c3f97a00323630469.tar.bz2
rpm-e1ca3be052b4f0bbc417489c3f97a00323630469.zip
Rip the horrible (ia64) autorelocate kludgery. RIP.
- we don't support relocated x86 on ppc in qemu either...
Diffstat (limited to 'lib/rpmal.c')
-rw-r--r--lib/rpmal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rpmal.c b/lib/rpmal.c
index a0956cd7b..7a47b6fe9 100644
--- a/lib/rpmal.c
+++ b/lib/rpmal.c
@@ -409,12 +409,6 @@ fprintf(stderr, "*** add %p[%d] 0x%x\n", al->list, (int) pkgNum, tscolor);
{ DN = rpmfiDN(fi);
-#if defined(__ia64__)
-/* XXX Make sure that autorelocated file dependencies are satisfied. */
-#define DNPREFIX "/emul/ia32-linux"
- if (!strncmp(DN, DNPREFIX, sizeof(DNPREFIX)-1))
- DN += sizeof(DNPREFIX)-1;
-#endif
/* XXX: reference to within rpmfi, must not be freed */
dieNeedle->dirName = (char *) DN;
}