SHA256
8
0
forked from pool/xmlrpc-c

Accepting request 46856 from home:computersalat:devel

OBS-URL: https://build.opensuse.org/request/show/46856
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=59
This commit is contained in:
Peter Nixon
2010-09-08 09:21:57 +00:00
committed by Git OBS Bridge
parent 3c2e02c37d
commit 0a3c43bfba
6 changed files with 354 additions and 46 deletions

20
xmlrpc-c-lib.patch Normal file
View File

@@ -0,0 +1,20 @@
--- 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.