diff options
Diffstat (limited to 'net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch')
-rw-r--r-- | net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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, ) + + |