forked from pool/freetype2
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:
parent
c55bb03ee9
commit
7fea6c20cf
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user