diff options
author | 2001-07-15 05:57:35 +0000 | |
---|---|---|
committer | 2001-07-15 05:57:35 +0000 | |
commit | 1d675067534915f5d8e7b56b71a5112b5f4d7444 (patch) | |
tree | 46c632caefe2a6ec93d837a3f57f46e1b0aa856a /net-analyzer/netperf/files | |
parent | Added pppconfig and made it depend on ppp-2.4.1-r2 which contains a few (diff) | |
download | historical-1d675067534915f5d8e7b56b71a5112b5f4d7444.tar.gz historical-1d675067534915f5d8e7b56b71a5112b5f4d7444.tar.bz2 historical-1d675067534915f5d8e7b56b71a5112b5f4d7444.zip |
more fun stuff to tinker with
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 |