]> git.pld-linux.org Git - packages/klibc.git/blob - klibc-kill_interp_sohash.patch
- fixed build on x86_64
[packages/klibc.git] / klibc-kill_interp_sohash.patch
1 --- klibc-1.1.1/usr/klibc/interp.S.orig 2005-09-06 22:49:34.000000000 +0200
2 +++ klibc-1.1.1/usr/klibc/interp.S      2005-10-10 19:20:37.275386250 +0200
3 @@ -7,7 +7,5 @@
4         
5          .section ".interp","a"
6          .ascii LIBDIR
7 -       .ascii "/klibc-"
8 -        .ascii SOHASH
9 -        .ascii ".so"
10 +        .ascii "/klibc.so"
11          .byte 0
This page took 0.021398 seconds and 3 git commands to generate.