Accepting request 241274 from home:AndreasSchwab:f

- Don't use outdated C standard

OBS-URL: https://build.opensuse.org/request/show/241274
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=149
This commit is contained in:
Dr. Werner Fink 2014-07-17 06:49:52 +00:00 committed by Git OBS Bridge
parent bfbe08ed35
commit c30ecb51a4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 29 10:06:23 UTC 2014 - schwab@linux-m68k.org
- Don't use outdated C standard
-------------------------------------------------------------------
Fri May 9 07:38:29 UTC 2014 - werner@suse.de

View File

@ -294,7 +294,6 @@ VERSION=%{version}
%endif
CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE"
LDFLAGS=
cflags -std=gnu89 CFLAGS
cflags -pipe CFLAGS
cflags -Wno-pointer-sign CFLAGS
cflags -Wno-unused-variable CFLAGS