forked from pool/fs_mark
6fcbaf3372
- Use source for url - Cleanup spec file with spec-cleaner - Add fs_mark-nostatic.diff OBS-URL: https://build.opensuse.org/request/show/290710 OBS-URL: https://build.opensuse.org/package/show/benchmark/fs_mark?expand=0&rev=2
22 lines
630 B
Diff
22 lines
630 B
Diff
Index: fs_mark/Makefile
|
|
===================================================================
|
|
--- fs_mark.orig/Makefile 2008-06-11 14:08:26.109985014 -0500
|
|
+++ fs_mark/Makefile 2008-06-11 14:08:40.902982531 -0500
|
|
@@ -10,14 +10,14 @@ DIR1= /test/dir1
|
|
DIR2= /test/dir2
|
|
|
|
COBJS= fs_mark.o lib_timing.o
|
|
-CFLAGS= -O2 -Wall -D_FILE_OFFSET_BITS=64
|
|
+CFLAGS+= -O2 -Wall -D_FILE_OFFSET_BITS=64
|
|
|
|
all: fs_mark
|
|
|
|
fs_mark.o: fs_mark.c fs_mark.h
|
|
|
|
fs_mark: fs_mark.o lib_timing.o
|
|
- ${CC} -static -o fs_mark fs_mark.o lib_timing.o
|
|
+ ${CC} -o fs_mark fs_mark.o lib_timing.o
|
|
|
|
test: fs_mark
|
|
./fs_mark -d ${DIR1} -d ${DIR2} -s 51200 -n 4096
|