forked from pool/xmlrpc-c
1.06.41
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=60
This commit is contained in:
committed by
Git OBS Bridge
parent
0a3c43bfba
commit
718b35254a
45
xmlrpc-c-disable_rpath.patch
Normal file
45
xmlrpc-c-disable_rpath.patch
Normal file
@@ -0,0 +1,45 @@
|
||||
--- xmlrpc-c-config.in.orig 2010-10-30 19:57:49.000000000 +0200
|
||||
+++ xmlrpc-c-config.in 2010-10-30 19:58:30.000000000 +0200
|
||||
@@ -59,8 +59,6 @@
|
||||
the_libdirs="-L$libdir $the_libdirs"
|
||||
|
||||
the_libs="-lxmlrpc -lxmlrpc_util ${LIBXML}"
|
||||
-the_rpath=
|
||||
-the_wl_rpath=
|
||||
cpp_libs=
|
||||
|
||||
cflags=
|
||||
@@ -112,18 +110,12 @@
|
||||
|
||||
if test "${MUST_BUILD_WININET_CLIENT}" = "yes"; then
|
||||
the_libs="$the_libs @WININET_LDADD@"
|
||||
- the_rpath="@WININET_RPATH@ $the_rpath"
|
||||
- the_wl_rpath="@WININET_WL_RPATH@ $the_wl_rpath"
|
||||
fi
|
||||
if test "${MUST_BUILD_CURL_CLIENT}" = "yes"; then
|
||||
the_libs="$the_libs @CURL_LDADD@"
|
||||
- the_rpath="@CURL_RPATH@ $the_rpath"
|
||||
- the_wl_rpath="@CURL_WL_RPATH@ $the_wl_rpath"
|
||||
fi
|
||||
if test "${MUST_BUILD_LIBWWW_CLIENT}" = "yes"; then
|
||||
the_libs="$the_libs @LIBWWW_LDADD@"
|
||||
- the_rpath="@LIBWWW_RPATH@ $the_rpath"
|
||||
- the_wl_rpath="@LIBWWW_WL_RPATH@ $the_wl_rpath"
|
||||
fi
|
||||
if test "${needCpp}" = "yes"; then
|
||||
the_libs="-lxmlrpc_client++ $the_libs"
|
||||
@@ -142,13 +134,12 @@
|
||||
echo "$cflags"
|
||||
;;
|
||||
--libs)
|
||||
- echo "$the_libdirs $the_libs $the_wl_rpath"
|
||||
+ echo "$the_libdirs $the_libs"
|
||||
;;
|
||||
--ldadd)
|
||||
echo "$the_libdirs $the_libs"
|
||||
;;
|
||||
--ldflags)
|
||||
- echo "$the_rpath"
|
||||
;;
|
||||
--prefix)
|
||||
echo "@prefix@"
|
||||
Reference in New Issue
Block a user