You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/tiobench/files/0.3.3-LDFLAGS.patch

13 lines
470 B

diff -Nur tiobench-0.3.3.orig/Makefile tiobench-0.3.3/Makefile
--- tiobench-0.3.3.orig/Makefile 2002-03-13 20:22:55.000000000 +0000
+++ tiobench-0.3.3/Makefile 2006-09-16 17:07:21.181644608 +0000
@@ -34,7 +34,7 @@
$(CC) -c $(CFLAGS) $(DEFINES) tiotest.c -o tiotest.o
$(EXE): tiotest.o crc32.o
- $(LINK) -o $(EXE) tiotest.o crc32.o -lpthread
+ $(LINK) -o $(EXE) $(LDFLAGS) tiotest.o crc32.o -lpthread
@echo
@echo "./tiobench.pl --help for usage options"
@echo