diff options
Diffstat (limited to 'libraries/mxml/remove_rpath.diff')
-rw-r--r-- | libraries/mxml/remove_rpath.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/mxml/remove_rpath.diff b/libraries/mxml/remove_rpath.diff new file mode 100644 index 0000000000..5590b49331 --- /dev/null +++ b/libraries/mxml/remove_rpath.diff @@ -0,0 +1,15 @@ +Index: trunk/configure +=================================================================== +--- a/configure 2007-12-15 20:40:05.000000000 -0500 ++++ b/configure 2007-12-15 20:40:37.000000000 -0500 +@@ -4715,8 +4715,8 @@ + echo "${ECHO_T}yes" >&6; } + LIBMXML="libmxml.so.1.4" + DSO="\$(CC)" +- DSOFLAGS="$DSOFLAGS -Wl,-soname,libmxml.so.1,-rpath,\$(libdir) -shared \$(OPTIM)" +- LDFLAGS="$LDFLAGS -Wl,-rpath,\$(libdir)" ++ DSOFLAGS="$DSOFLAGS -Wl,-soname,libmxml.so.1 -shared \$(OPTIM)" ++ LDFLAGS="$LDFLAGS" + ;; + + *BSD*) |