]> git.pld-linux.org Git - packages/fio.git/commitdiff
- pass LDFLAGS
authorlisu <lisu@pld-linux.org>
Mon, 21 Jun 2010 12:44:16 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fio-makefile.patch -> 1.1

fio-makefile.patch [new file with mode: 0644]

diff --git a/fio-makefile.patch b/fio-makefile.patch
new file mode 100644 (file)
index 0000000..94fd694
--- /dev/null
@@ -0,0 +1,11 @@
+--- fio-1.41/Makefile~ 2010-06-18 14:49:46.000000000 +0200
++++ fio-1.41/Makefile  2010-06-21 14:37:31.048786266 +0200
+@@ -52,7 +52,7 @@
+ %.o: %.c
+       $(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $<
+ fio: $(OBJS)
+-      $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -lpthread -lm -ldl -laio -lrt
++      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -lpthread -lm -ldl -laio -lrt
+ depend:
+       $(QUIET_DEP)$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c crc/*.c 1> .depend
This page took 0.05879 seconds and 4 git commands to generate.