summaryrefslogtreecommitdiff
path: root/libraries/mxml/remove_rpath.diff
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2010-05-12 23:30:51 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 23:30:51 +0200
commitd36fa327ee27f46adb0c1c2cc94ea1488a39a29a (patch)
tree2333b96d0d64384eb14cd83b113716dc944918b7 /libraries/mxml/remove_rpath.diff
parentaea929a90c3c54905b194c08e13d9041397936d7 (diff)
downloadslackbuilds-d36fa327ee27f46adb0c1c2cc94ea1488a39a29a.tar.gz
libraries/mxml: Added to 12.2 repository
Diffstat (limited to 'libraries/mxml/remove_rpath.diff')
-rw-r--r--libraries/mxml/remove_rpath.diff15
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*)