diff options
Diffstat (limited to 'net-analyzer/netperf/files')
-rw-r--r-- | net-analyzer/netperf/files/digest-netperf-2.2 | 1 | ||||
-rw-r--r-- | net-analyzer/netperf/files/netperf-2.2alpha.diff | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/netperf/files/digest-netperf-2.2 b/net-analyzer/netperf/files/digest-netperf-2.2 new file mode 100644 index 000000000000..dac60ade1488 --- /dev/null +++ b/net-analyzer/netperf/files/digest-netperf-2.2 @@ -0,0 +1 @@ +MD5 78877b60fbcddada6ffc67d6394f650a netperf-2.2alpha.tar.gz diff --git a/net-analyzer/netperf/files/netperf-2.2alpha.diff b/net-analyzer/netperf/files/netperf-2.2alpha.diff new file mode 100644 index 000000000000..ea13beef219b --- /dev/null +++ b/net-analyzer/netperf/files/netperf-2.2alpha.diff @@ -0,0 +1,20 @@ +--- makefile.olf Sun Jul 15 00:02:19 2001 ++++ makefile Sun Jul 15 00:05:18 2001 +@@ -16,7 +16,7 @@ + # in /usr/local/netperf or /opt/netperf + # + #NETPERF_HOME = /usr/local/netperf +-NETPERF_HOME = /opt/netperf ++NETPERF_HOME = /usr/share/netperf + + # The compiler on your system might be somewhere else, and/or have + # a different name. +@@ -85,7 +85,7 @@ + # sending data using sendfile() instead of send(). + + LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" +-CFLAGS = -Ae -O -D$(LOG_FILE) -DUSE_PSTAT -DHAVE_SENDFILE ++#CFLAGS = -DDO_UNIX + + # Some platforms, and some options, require additional libraries. + # you can add to the "LIBS =" line to accomplish this. if you find |