Accepting request 120542 from M17N

- USe -std=gnu99 in all targets not only on ARM (forwarded request 120530 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/120542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2012-05-10 12:31:49 +00:00 committed by Git OBS Bridge
commit 32e93ba64c
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 9 19:46:11 UTC 2012 - crrodriguez@opensuse.org
- USe -std=gnu99 in all targets not only on ARM
-------------------------------------------------------------------
Fri Mar 30 13:11:32 UTC 2012 - idonmez@suse.com

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}