]> git.pld-linux.org Git - packages/crossnacl-gcc.git/commitdiff
force -D_FILE_OFFSET_BITS=64 to get large file access auto/th/crossnacl-gcc-4.4.3-9.git455063d
authorElan Ruusamäe <glen@delfi.ee>
Tue, 1 Jan 2013 16:45:34 +0000 (18:45 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 1 Jan 2013 16:45:34 +0000 (18:45 +0200)
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-January/023380.html

crossnacl-gcc.spec

index 065b52054d13f3572276b551046d1beb1c6b7300..2aef02f0737b87d2b45e90b228ba35b1f005705d 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       Various compilers (C, C++) for NaCl
 Name:          crossnacl-gcc
 Version:       4.4.3
-Release:       8.git%{gitver}
+Release:       9.git%{gitver}
 License:       GPL v3+ and GPL v3+ with exceptions and GPL v2+ with exceptions
 Group:         Development/Languages
 Source0:       nacl-gcc-%{version}-git%{gitver}.tar.xz
@@ -76,7 +76,7 @@ rm -rf obj-%{target}
 install -d obj-%{target}
 cd obj-%{target}
 
-OPT_FLAGS="%{rpmcflags}"
+OPT_FLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
 OPT_FLAGS=$(echo "$OPT_FLAGS" | sed -e 's/-m64//g;s/-m32//g;s/-m31//g')
 %ifarch %{ix86}
 OPT_FLAGS=$(echo "$OPT_FLAGS" | sed -e 's/-march=i.86//g')
This page took 0.081866 seconds and 4 git commands to generate.