]> git.pld-linux.org Git - packages/fio.git/blame - fio-makefile.patch
- use SIGKILL instead of cpuid
[packages/fio.git] / fio-makefile.patch
CommitLineData
e0746ff7 1--- fio-1.41/Makefile~ 2010-06-18 14:49:46.000000000 +0200
2+++ fio-1.41/Makefile 2010-06-21 14:37:31.048786266 +0200
3@@ -52,7 +52,7 @@
4 %.o: %.c
5 $(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $<
6 fio: $(OBJS)
7- $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -lpthread -lm -ldl -laio -lrt
8+ $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -lpthread -lm -ldl -laio -lrt
9
10 depend:
11 $(QUIET_DEP)$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c crc/*.c 1> .depend
This page took 0.084982 seconds and 4 git commands to generate.