From 0ec586d933c4f5e9a7b192cd2d59eaa2f32a6690 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Apr 04 2011 19:00:06 +0000 Subject: Largefile support on 32-bit again (#685ß22) --- diff --git a/blender-2.49.config b/blender-2.49.config index 0fd51fb..b99b8a1 100644 --- a/blender-2.49.config +++ b/blender-2.49.config @@ -125,6 +125,7 @@ CFLAGS += '${RPM_OPT_FLAGS}' CPPFLAGS = ['-DXP_UNIX'] # CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing'] +CXXFLAGS = ['-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64'] REL_CFLAGS = ['-O2'] REL_CCFLAGS = ['-O2'] ##BF_DEPEND = 'true' diff --git a/blender.spec b/blender.spec index 34a812e..423ee6c 100644 --- a/blender.spec +++ b/blender.spec @@ -5,7 +5,7 @@ Name: blender Version: 2.49b -Release: 11%{?dist} +Release: 12%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -253,6 +253,9 @@ fi || : %{_bindir}/blenderplayer.bin %changelog +* Mon Apr 4 2011 Jochen Schmitt 2.49b-12 +- Largefile support on 32-bit again (#685ß22) + * Mon Feb 07 2011 Paulo Roma - 2.49b-11 - Rebuilt without linking to libgettextlib (bugzilla #650471).