SPECS: lomount.spec - fix large file access

glen glen at pld-linux.org
Thu Jun 14 10:04:51 CEST 2007


Author: glen                         Date: Thu Jun 14 08:04:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix large file access

---- Files affected:
SPECS:
   lomount.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/lomount.spec
diff -u SPECS/lomount.spec:1.1 SPECS/lomount.spec:1.2
--- SPECS/lomount.spec:1.1	Thu Jun 14 09:59:28 2007
+++ SPECS/lomount.spec	Thu Jun 14 10:04:45 2007
@@ -2,7 +2,7 @@
 Summary:	lomount - utility to mount partitions in a hard disk image
 Name:		lomount
 Version:	0
-Release:	0.1
+Release:	0.2
 License:	BSD-like
 Group:		Applications/System
 Source0:	%{name}.c
@@ -16,7 +16,7 @@
 cp %{SOURCE0} .
 
 %build
-%{__cc} %{rpmcflags} -W -Wall -DFILEOFFSET_BITS=64 %{rpmldflags} lomount.c -o lomount
+%{__cc} %{rpmcflags} -W -Wall -D_FILE_OFFSET_BITS=64 %{rpmldflags} lomount.c -o lomount
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,6 +36,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/06/14 08:04:45  glen
+- fix large file access
+
 Revision 1.1  2007/06/14 07:59:28  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lomount.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list