Accepting request 241275 from home:AndreasSchwab:f

- Don't use outdated C standard

OBS-URL: https://build.opensuse.org/request/show/241275
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=168
This commit is contained in:
Dr. Werner Fink 2014-07-17 06:50:42 +00:00 committed by Git OBS Bridge
parent 7d4fb829a8
commit cb0ac39635
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 29 13:24:47 UTC 2014 - schwab@linux-m68k.org
- Don't use outdated C standard
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 15 15:25:55 UTC 2014 - werner@suse.de Tue Apr 15 15:25:55 UTC 2014 - werner@suse.de

View File

@ -414,7 +414,6 @@ pushd ../readline-%{rl_vers}%{extend}
EOF EOF
CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g" CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g"
LDFLAGS="" LDFLAGS=""
cflags -std=gnu89 CFLAGS
cflags -Wuninitialized CFLAGS cflags -Wuninitialized CFLAGS
cflags -Wextra CFLAGS cflags -Wextra CFLAGS
cflags -Wno-unprototyped-calls CFLAGS cflags -Wno-unprototyped-calls CFLAGS