2010-10-30 18:14:12 +00:00
|
|
|
--- ltconfig.orig 2010-10-30 19:53:24.000000000 +0200
|
|
|
|
|
+++ ltconfig 2010-10-30 19:53:43.000000000 +0200
|
2010-09-08 09:21:57 +00:00
|
|
|
@@ -1957,7 +1957,7 @@
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
# This must be Linux ELF.
|
|
|
|
|
-linux-gnu*)
|
|
|
|
|
+linux*)
|
|
|
|
|
version_type=linux
|
|
|
|
|
need_lib_prefix=no
|
|
|
|
|
need_version=no
|
|
|
|
|
@@ -1970,7 +1970,7 @@
|
|
|
|
|
file_magic_cmd=/usr/bin/file
|
|
|
|
|
file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
|
|
|
|
|
|
|
|
|
- if test -f /lib/ld.so.1; then
|
|
|
|
|
+ if true; then
|
|
|
|
|
dynamic_linker='GNU ld.so'
|
|
|
|
|
else
|
|
|
|
|
# Only the GNU ld.so supports shared libraries on MkLinux.
|