diff options
Diffstat (limited to 'net/hping/files/patch-ab')
-rw-r--r-- | net/hping/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/hping/files/patch-ab b/net/hping/files/patch-ab new file mode 100644 index 000000000000..fcc4cad3fa43 --- /dev/null +++ b/net/hping/files/patch-ab @@ -0,0 +1,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) |