SOURCES: klibc-kill_interp_sohash.patch (NEW) - TODO fixed in rece...

pluto pluto at pld-linux.org
Mon Oct 10 19:30:20 CEST 2005


Author: pluto                        Date: Mon Oct 10 17:30:20 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- TODO fixed in recent pld 2.6.14 kernel
  http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/kernel-hotfixes.patch?r1=1.1.2.62&r2=1.1.2.63
- removed sohash from klibc's interp.o to avoid rebuild shared userland
  after each klibc upgrade.

---- Files affected:
SOURCES:
   klibc-kill_interp_sohash.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/klibc-kill_interp_sohash.patch
diff -u /dev/null SOURCES/klibc-kill_interp_sohash.patch:1.1
--- /dev/null	Mon Oct 10 19:30:20 2005
+++ SOURCES/klibc-kill_interp_sohash.patch	Mon Oct 10 19:30:15 2005
@@ -0,0 +1,11 @@
+--- klibc-1.1.1/klibc/interp.S.orig	2005-09-06 22:49:34.000000000 +0200
++++ klibc-1.1.1/klibc/interp.S	2005-10-10 19:20:37.275386250 +0200
+@@ -7,7 +7,5 @@
+ 	
+         .section ".interp","a"
+         .ascii LIBDIR
+-	.ascii "/klibc-"
+-        .ascii SOHASH
+-        .ascii ".so"
++        .ascii "/klibc.so"
+         .byte 0
================================================================



More information about the pld-cvs-commit mailing list