1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/benchmarks/iozone/files/patch-makefile
Erwin Lansing 0fa7ab17b8 Update to 3.267
PR:		105413
Submitted by:	"Marcelo Araujo" <araujo@bsdmail.org>
Approved by:	maintainer timeout
2007-01-11 21:37:26 +00:00

12 lines
366 B
Plaintext

--- makefile.orig Sat Oct 28 22:48:00 2006
+++ makefile Thu Jan 11 21:41:17 2007
@@ -389,7 +389,7 @@
#
freebsd: iozone_freebsd.o libbif.o fileop_freebsd.o libasync.o
- $(CC) $(LDFLAGS) iozone_freebsd.o libbif.o -lpthread libasync.o \
+ $(CC) $(LDFLAGS) iozone_freebsd.o libbif.o $(PTHREAD_LIBS) libasync.o \
-o iozone
$(CC) -O fileop_freebsd.o -o fileop