diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 09:02:54 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 09:02:54 +0000 |
commit | d19d20b9872ed723695cbf067ae511cb4a1d6a80 (patch) | |
tree | cf9529bbad457275cb4934411f88c9d65e2e444c /net-analyzer/traceroute/files | |
parent | Version bump, bug #191129 (diff) | |
download | gentoo-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.patch | 11 |
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, ) + + |