SHA256
1
0
forked from pool/emacs

Accepting request 241290 from editors

- Don't use outdated C standard (forwarded request 241274 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/241290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs?expand=0&rev=106
This commit is contained in:
Stephan Kulow 2014-07-18 04:40:24 +00:00 committed by Git OBS Bridge
commit d1a92c8f2f
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