mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8e8873a76d
easy injection of packet streams from simple shell scripts. It supports 8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be injected on either Layer 2 or Layer 3.
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
--- configure.orig Fri Jun 23 19:38:00 2000
|
|
+++ configure Fri Jul 7 11:46:04 2000
|
|
@@ -639,7 +639,7 @@
|
|
|
|
if test -z "${CFLAGS}"; then
|
|
if test -z "${CCOPTS}"; then
|
|
- CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -pipe'
|
|
+ CCOPTS='-O -funroll-loops -fomit-frame-pointer -pipe'
|
|
fi
|
|
CFLAGS="$CCOPTS"
|
|
fi
|