diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-29 09:04:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-29 09:04:48 +0200 |
commit | 3b25547494c2c0e325aa1fef29c6156ca825ee0f (patch) | |
tree | ce037000e1c5b0a6e7de411ee078a8d18070bc40 /diffmark-0.09-remove_rpath.patch |
diffmark: import from rawhide
Diffstat (limited to 'diffmark-0.09-remove_rpath.patch')
-rw-r--r-- | diffmark-0.09-remove_rpath.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/diffmark-0.09-remove_rpath.patch b/diffmark-0.09-remove_rpath.patch new file mode 100644 index 0000000..1c7b0bc --- /dev/null +++ b/diffmark-0.09-remove_rpath.patch @@ -0,0 +1,15 @@ +Remove RPATH + +Then libtoolize -f && autoreconf to get rid of RPATH in libtool. + +diff --git a/lib/Makefile.am b/lib/Makefile.am +index 951a1c5..6f53a59 100644 +--- a/lib/Makefile.am ++++ b/lib/Makefile.am +@@ -9,5 +9,5 @@ diffmarkinc_HEADERS = compare.hh compareimpl.hh diff.hh lcs.hh lcsimpl.hh link.h + + libdiffmark_la_SOURCES = compare.cc diff.cc link.cc merge.cc namespacecollector.cc nspace.cc target.cc xbuffer.cc xdoc.cc xutil.cc + +-libdiffmark_la_LDFLAGS = -rpath $(libdir) -version-info 2:3:1 @DEPS_LIBS@ -lstdc++ ++libdiffmark_la_LDFLAGS = -version-info 2:3:1 @DEPS_LIBS@ -lstdc++ + |