forked from pool/xmlrpc-c
21 lines
515 B
Diff
21 lines
515 B
Diff
|
|
--- ltconfig.orig 2010-07-02 01:17:54.000000000 +0200
|
||
|
|
+++ ltconfig 2010-07-02 01:18:28.000000000 +0200
|
||
|
|
@@ -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.
|