Accepting request 178244 from home:elvigia:branches:M17N

- Library and tools must be compiled with large file 
  support in 32 bit archs just like the rest of system.

OBS-URL: https://build.opensuse.org/request/show/178244
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=75
This commit is contained in:
Dr. Werner Fink 2013-06-09 13:45:08 +00:00 committed by Git OBS Bridge
parent c55bb03ee9
commit 7fea6c20cf
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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}

View File

@ -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 ..