From cdda09ffa299176e75e9e125992636073bce3c59 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sun, 8 Aug 1999 00:08:21 +0000 Subject: Reroll the md5, the FTP site seems to have been updated as of 8/03/1999 While I'm here, strip the binary and make this port respect CFLAGS. --- benchmarks/iozone/files/patch-ab | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 benchmarks/iozone/files/patch-ab (limited to 'benchmarks/iozone/files/patch-ab') diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab new file mode 100644 index 000000000000..c0e74fa70fba --- /dev/null +++ b/benchmarks/iozone/files/patch-ab @@ -0,0 +1,22 @@ +--- makefile.orig Tue Aug 3 11:25:05 1999 ++++ makefile Sat Aug 7 20:04:01 1999 +@@ -195,7 +195,7 @@ + # + + freebsd: iozone_freebsd.o libbif.o +- cc -O -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ ++ cc ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ + iozone_freebsd.o libbif.o -o iozone + # + # +@@ -411,8 +411,8 @@ + @echo "" + @echo "Build Iozone for FreeBSD" + @echo "" +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM iozone.c -o iozone_freebsd.o +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM libbif.c -o libbif.o + -- cgit v1.2.3