summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-configure
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2015-10-20 20:43:43 +0000
committerMarius Strobl <marius@FreeBSD.org>2015-10-20 20:43:43 +0000
commit4cd4a909063ea4897d0c818d51fa4721079686fa (patch)
tree48fe79c293bc94506dc29d41ec7000d52a6d52b6 /benchmarks/netperf/files/patch-configure
parentRework change in r399791 for default perl to not execute it on 'make clean' (diff)
- Update to 2.7.0.
- Add an EXAMPLES knob. - Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak SCTP support for FreeBSD >= 10. PR: 203752 [1]
Notes
Notes: svn path=/head/; revision=399880
Diffstat (limited to 'benchmarks/netperf/files/patch-configure')
-rw-r--r--benchmarks/netperf/files/patch-configure17
1 files changed, 4 insertions, 13 deletions
diff --git a/benchmarks/netperf/files/patch-configure b/benchmarks/netperf/files/patch-configure
index 1003cd1fca47..49d35272d24b 100644
--- a/benchmarks/netperf/files/patch-configure
+++ b/benchmarks/netperf/files/patch-configure
@@ -1,29 +1,20 @@
--- ./configure.orig 2012-05-12 07:05:20.000000000 +1000
+++ ./configure 2012-05-12 07:22:49.000000000 +1000
-@@ -6594,7 +6594,7 @@
+@@ -6567,7 +6567,7 @@
done
case "$host" in
- *-*-freebsd78.*)
-+ *-*-freebsd[7-9].*)
++ *-*-freebsd[7-9].* | *-*-freebsd[1-9][0-9].*)
# FreeBSD 7.x and later SCTP support doesn't need -lsctp.
;;
*)
-@@ -7169,7 +7169,7 @@
+@@ -7142,7 +7142,7 @@
enable_cpuutil="kstat - auto"
NETCPU_SOURCE="kstat"
;;
- *-*-freebsd[4-8].* | *-*-netbsd[1-9].* )
-+ *-*-freebsd[4-9].* | *-*-netbsd[1-9].* )
++ *-*-freebsd[4-9].* | *-*-freebsd[1-9][0-9].* | *-*-netbsd[1-9].* )
use_cpuutil=true
$as_echo "#define USE_SYSCTL /**/" >>confdefs.h
-@@ -7238,7 +7238,7 @@
- enable_rtlookup="rtmget - auto"
- NETRTLKUP_SOURCE="rtmget"
- ;;
-- *-*-freebsd[4-8].* | *-*-darwin*)
-+ *-*-freebsd[4-9].* | *-*-darwin*)
- use_rtlookup=true
- enable_rtlookup="rtmget - auto"
- NETRTLKUP_SOURCE="rtmget"