prelink patch suggestion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey Peter,

Shall we try the following (untested as yet) patch to prelink?

Note that the prelink ARM specific code thinks the base architecture
linker is /lib/ld-linux.so.3 and has done for a while, but I think this
will still work because the test that is needed is to ensure we're not
trying to relink the linker. Can we try this patch and see what happens
(perhaps we should setup a new build root to test, or just jump in)?

Jon.
diff -urNp prelink_orig/src/get.c prelink/src/get.c
--- prelink_orig/src/get.c	2009-06-12 08:01:48.000000000 -0400
+++ prelink/src/get.c	2012-07-06 15:59:13.300799417 -0400
@@ -30,6 +30,8 @@ int
 is_ldso_soname (const char *soname)
 {
   if (! strcmp (soname, "ld-linux.so.2")
+      || ! strcmp (soname, "ld-linux.so.3")
+      || ! strcmp (soname, "ld-linux-armhf.so.3")
       || ! strcmp (soname, "ld.so.1")
       || ! strcmp (soname, "ld-linux-ia64.so.2")
       || ! strcmp (soname, "ld-linux-x86-64.so.2")
_______________________________________________
arm mailing list
arm@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/arm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux ARM (Vger)]     [Linux ARM]     [ARM Kernel]     [Fedora User Discussion]     [Older Fedora Users Discussion]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

Powered by Linux