]> git.pld-linux.org Git - packages/fio.git/commitdiff
- updated for 1.51 auto/th/fio-1_51-1
authorlisu <lisu@pld-linux.org>
Mon, 28 Mar 2011 07:22:13 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fio-makefile.patch -> 1.5

fio-makefile.patch

index 0cfa1281dbf2a2e43e8a873be6001c497b40ea5e..23a749ba3092f712e9c4dd612c9e9100b38e1888 100644 (file)
@@ -1,20 +1,11 @@
---- fio-1.50.2/Makefile~       2011-01-27 22:26:29.000000000 +0100
-+++ fio-1.50.2/Makefile        2011-01-28 09:15:22.476995900 +0100
+--- fio-1.51/Makefile~ 2011-03-22 14:33:04.000000000 +0100
++++ fio-1.51/Makefile  2011-03-28 09:21:02.828082564 +0200
 @@ -2,7 +2,7 @@
  DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
  CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
        $(DEBUGFLAGS)
 -OPTFLAGS= -O2 -fno-omit-frame-pointer -g $(EXTFLAGS)
 +OPTFLAGS= $(EXTFLAGS)
- CFLAGS        = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS) -rdynamic
- LIBS  = -lpthread -lm -ldl -lrt -laio
+ CFLAGS        = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS)
+ LIBS  = -lm
  PROGS = fio
-@@ -35,7 +35,7 @@
-       $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(CPPFLAGS) $<
-       
- fio: $(OBJS)
--      $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(LIBS) $(OBJS)
-+      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
- depend:
-       $(QUIET_DEP)$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SOURCE) 1> .depend
This page took 0.111009 seconds and 4 git commands to generate.