From e1ca3be052b4f0bbc417489c3f97a00323630469 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 5 Feb 2008 10:08:44 +0200 Subject: Rip the horrible (ia64) autorelocate kludgery. RIP. - we don't support relocated x86 on ppc in qemu either... --- lib/rpmal.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/rpmal.c') 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; } -- cgit v1.2.3