File: 06-build.patch

package info (click to toggle)
traceroute 1%3A2.1.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: ansic: 3,708; sh: 443; makefile: 98
file content (19 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Avoid overwriting build environment.

diff -Naurp traceroute.orig/Make.rules traceroute/Make.rules
--- traceroute.orig/Make.rules	2012-04-26 09:43:18.442365190 +0200
+++ traceroute/Make.rules	2012-05-18 12:39:37.970036900 +0200
@@ -46,9 +46,9 @@ $(call set, INSTALL, cp)
 $(call set, INDENT, true)
 
 gcc = $(findstring gcc,$(CC))
-$(call set, CFLAGS, $(if $(gcc), -O2 -Wall, -O))
-$(call set, CPPFLAGS, )
-$(call set, LDFLAGS, -s)
+#$(call set, CFLAGS, $(if $(gcc), -O2 -Wall, -O))
+#$(call set, CPPFLAGS, )
+#$(call set, LDFLAGS, -s)
 $(call set, LIBS, )