[Pkg-nagios-changes] [pkg-nagios] r1160 - tap/trunk/debian/patches
Sean Finney
seanius at alioth.debian.org
Thu May 17 18:30:07 UTC 2007
Author: seanius
Date: 2007-05-17 18:30:07 +0000 (Thu, 17 May 2007)
New Revision: 1160
Added:
tap/trunk/debian/patches/02_no-rpath.patch.dpatch
Log:
did i need this?
Added: tap/trunk/debian/patches/02_no-rpath.patch.dpatch
===================================================================
--- tap/trunk/debian/patches/02_no-rpath.patch.dpatch (rev 0)
+++ tap/trunk/debian/patches/02_no-rpath.patch.dpatch 2007-05-17 18:30:07 UTC (rev 1160)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_no-rpath.patch.dpatch by <seanius at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad tap-1.01~/src/Makefile.in tap-1.01/src/Makefile.in
+--- tap-1.01~/src/Makefile.in 2005-01-11 19:15:52.000000000 +0100
++++ tap-1.01/src/Makefile.in 2007-03-19 00:04:39.000000000 +0100
+@@ -244,7 +244,7 @@
+ rm -f "$${dir}/so_locations"; \
+ done
+ libtap.la: $(libtap_la_OBJECTS) $(libtap_la_DEPENDENCIES)
+- $(LINK) -rpath $(libdir) $(libtap_la_LDFLAGS) $(libtap_la_OBJECTS) $(libtap_la_LIBADD) $(LIBS)
++ $(LINK) $(libtap_la_LDFLAGS) $(libtap_la_OBJECTS) $(libtap_la_LIBADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
Property changes on: tap/trunk/debian/patches/02_no-rpath.patch.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-nagios-changes
mailing list