mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
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.
11 lines
329 B
Text
11 lines
329 B
Text
--- 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
|