Author: tommat Date: Thu Nov 17 13:10:12 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added -D_LARGEFILE64_SOURCE to compile flags, now it is possible to make filesystems larger than 1G - rel 3, STBR
---- Files affected: SPECS: dosfstools.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/dosfstools.spec diff -u SPECS/dosfstools.spec:1.40 SPECS/dosfstools.spec:1.41 --- SPECS/dosfstools.spec:1.40 Wed Oct 5 19:40:05 2005 +++ SPECS/dosfstools.spec Thu Nov 17 14:10:07 2005 @@ -5,7 +5,7 @@ Summary(pt_BR): Um programa que cria sistemas de arquivo do MS-DOS (FAT) no Linux Name: dosfstools Version: 2.11 -Release: 2 +Release: 3 License: GPL Group: Applications/System Source0: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/%{name}-%{version}.src.tar.gz @@ -52,7 +52,7 @@ %build %{__make} \ - OPTFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \ + OPTFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" \ PREFIX=%{_prefix} %install @@ -86,6 +86,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2005/11/17 13:10:07 tommat +- added -D_LARGEFILE64_SOURCE to compile flags, now it is possible to make + filesystems larger than 1G +- rel 3, STBR + Revision 1.40 2005/10/05 17:40:05 witekfl - build using -D_FILE_OFFSET_BITS=64 (patch by Maciej Witaszek) - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dosfstools.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
