SHA256
1
0
forked from pool/freetype2

Accepting request 120530 from home:elvigia:branches:M17N

- USe -std=gnu99 in all targets not only on ARM

OBS-URL: https://build.opensuse.org/request/show/120530
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=66
This commit is contained in:
2012-05-10 02:25:20 +00:00
committed by Git OBS Bridge
parent e21108fcad
commit ec8beaec91
2 changed files with 6 additions and 3 deletions

View File

@@ -87,9 +87,7 @@ It also contains a small tutorial for using that library.
%endif
%build
%ifarch arm
export CFLAGS="$CFLAGS -std=gnu99"
%endif
export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE"
%configure --without-bzip2 \
--disable-static
make %{?_smp_mflags}