diff --git a/bash.changes b/bash.changes index 82a1a5a8..edaca38c 100644 --- a/bash.changes +++ b/bash.changes @@ -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 diff --git a/bash.spec b/bash.spec index 8aebc85f..c50f2e3c 100644 --- a/bash.spec +++ b/bash.spec @@ -414,7 +414,6 @@ pushd ../readline-%{rl_vers}%{extend} EOF CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g" LDFLAGS="" - cflags -std=gnu89 CFLAGS cflags -Wuninitialized CFLAGS cflags -Wextra CFLAGS cflags -Wno-unprototyped-calls CFLAGS