diff --git a/freetype2.changes b/freetype2.changes index ccf9965..c3832e9 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 9 03:58:33 UTC 2013 - crrodriguez@opensuse.org + +- Library and tools must be compiled with large file + support in 32 bit archs just like the rest of system. + ------------------------------------------------------------------- Fri May 10 18:05:44 UTC 2013 - idonmez@suse.com diff --git a/freetype2.spec b/freetype2.spec index 81baaa8..0861845 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -86,7 +86,7 @@ It also contains a small tutorial for using that library. %endif %build -export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE" +export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)" %configure --without-bzip2 \ --disable-static make %{?_smp_mflags} diff --git a/ft2demos.spec b/ft2demos.spec index aa9f845..e625243 100644 --- a/ft2demos.spec +++ b/ft2demos.spec @@ -49,6 +49,7 @@ Freetype2 utilities and demo programs. %endif %build +export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)" %configure --without-bzip2 make %{?_smp_mflags} pushd ..