Accepting request 241291 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/241291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=116
This commit is contained in:
Stephan Kulow 2014-07-19 09:04:26 +00:00 committed by Git OBS Bridge
commit e3b6fd6553
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