Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
OpenNebula
>
xmlrpc-c
> xmlrpc-c-lib.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File xmlrpc-c-lib.patch of Package xmlrpc-c
--- 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.