summaryrefslogtreecommitdiffstats
path: root/debian/patches/06-build.patch
blob: fa40373d0f9aa1fe9c40827949ebc7a4355b86f0 (plain)
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, )