rpms/fs_mark/EL-5 nostatic,NONE,1.1

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Fri Jul 11 20:35:30 UTC 2008


Author: sandeen

Update of /cvs/pkgs/rpms/fs_mark/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9158

Added Files:
	nostatic 
Log Message:
missing patch



--- NEW FILE nostatic ---
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




More information about the fedora-extras-commits mailing list