forked from pool/xmlrpc-c
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=60
21 lines
515 B
Diff
21 lines
515 B
Diff
--- ltconfig.orig 2010-10-30 19:53:24.000000000 +0200
|
|
+++ ltconfig 2010-10-30 19:53:43.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.
|