summaryrefslogtreecommitdiff
path: root/net/hping/files/patch-ab
blob: fcc4cad3fa43de81e75f770d8ab16c23e352be82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.in.orig	Thu Oct  5 15:22:25 2000
+++ Makefile.in	Thu Oct  5 15:25:28 2000
@@ -6,8 +6,8 @@
 # $date: Sun Jul 25 17:56:15 MET DST 1999$ 
 # $rev: 3$ 
 
-CC= gcc
-CCOPT= -O2 -Wall @PCAP_INCLUDE@
+CC?= gcc
+CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@
 DEBUG= -g
 #uncomment the following if you need libpcap based build under linux
 #(not raccomanded)