rpms/fs_mark/EL-6 nostatic.patch, NONE, 1.1 fs_mark.spec, 1.5, 1.6 nostatic, 1.1, NONE

Eric Sandeen sandeen at fedoraproject.org
Mon Jul 5 15:35:26 UTC 2010


Author: sandeen

Update of /cvs/pkgs/rpms/fs_mark/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32493

Modified Files:
	fs_mark.spec 
Added Files:
	nostatic.patch 
Removed Files:
	nostatic 
Log Message:
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild


nostatic.patch:
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


Index: fs_mark.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fs_mark/EL-6/fs_mark.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- fs_mark.spec	24 Jul 2009 23:14:14 -0000	1.5
+++ fs_mark.spec	5 Jul 2010 15:35:26 -0000	1.6
@@ -9,7 +9,7 @@ URL:		http://sourceforge.net/projects/fs
 Source0:	http://downloads.sourceforge.net/fsmark/%{name}.tgz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:		nostatic
+Patch0:		nostatic.patch
 
 %description
 The fs_mark program is meant to give a low level bashing to file


--- nostatic DELETED ---



More information about the scm-commits mailing list