openbsd-ports/emulators/fedora/base/patches/patch-ldd
sturm 537c3a2a7c Initial import of linux libraries based on fedora core 4.
This is the last version of fedora core supporting the old linuxthreads,
for the newer threading library we need some kernel support first.
2006-10-17 22:33:44 +00:00

21 lines
479 B
Plaintext

--- usr/bin/ldd.orig Sun Apr 20 11:11:03 2003
+++ usr/bin/ldd Sun Apr 20 14:43:47 2003
@@ -27,7 +27,7 @@
TEXTDOMAIN=libc
TEXTDOMAINDIR=/usr/share/locale
-RTLDLIST=/lib/ld-linux.so.2
+RTLDLIST=/emul/linux/usr/bin/ld-2.3.6-olf.so
warn=
bind_now=
verbose=
@@ -91,7 +91,7 @@
# Maybe extra code for non-ELF binaries.
file=$1
# Run the ldd stub.
- lddlibc4 "$file"
+ /emul/linux/usr/bin/lddlibc4 "$file"
# Test the result.
if test $? -lt 3; then
return 0;