summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 09:02:54 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 09:02:54 +0000
commitd19d20b9872ed723695cbf067ae511cb4a1d6a80 (patch)
treecf9529bbad457275cb4934411f88c9d65e2e444c /net-analyzer/traceroute/files
parentVersion bump, bug #191129 (diff)
downloadgentoo-2-d19d20b9872ed723695cbf067ae511cb4a1d6a80.tar.gz
gentoo-2-d19d20b9872ed723695cbf067ae511cb4a1d6a80.tar.bz2
gentoo-2-d19d20b9872ed723695cbf067ae511cb4a1d6a80.zip
Fix man page wrt bug #191293 thanks to Mikael Magnusson. Also fix prestripped binaries wrt bug #191389
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/traceroute/files')
-rw-r--r--net-analyzer/traceroute/files/digest-traceroute-2.0.8-r1 (renamed from net-analyzer/traceroute/files/digest-traceroute-2.0.8)0
-rw-r--r--net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch11
2 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/traceroute/files/digest-traceroute-2.0.8 b/net-analyzer/traceroute/files/digest-traceroute-2.0.8-r1
index d70ea44f5abd..d70ea44f5abd 100644
--- a/net-analyzer/traceroute/files/digest-traceroute-2.0.8
+++ b/net-analyzer/traceroute/files/digest-traceroute-2.0.8-r1
diff --git a/net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch b/net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch
new file mode 100644
index 000000000000..a0b6822660cf
--- /dev/null
+++ b/net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch
@@ -0,0 +1,11 @@
+--- ./Make.rules.orig 2007-08-29 16:37:23.000000000 +0200
++++ ./Make.rules 2007-09-06 10:54:37.502085380 +0200
+@@ -48,7 +48,7 @@
+ gcc = $(findstring gcc,$(CC))
+ $(call set, CFLAGS, $(if $(gcc), -O2 -Wall, -O))
+ $(call set, CPPFLAGS, )
+-$(call set, LDFLAGS, -s)
++$(call set, LDFLAGS, )
+ $(call set, LIBS, )
+
+