SHA256
8
0
forked from pool/xmlrpc-c
Files
xmlrpc-c/xmlrpc-c-disable_rpath.patch

46 lines
1.3 KiB
Diff

--- 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@"