SHA256
3
0
forked from pool/bash
Dr. Werner Fink 2015-01-16 16:57:08 +00:00 committed by Git OBS Bridge
parent d1523ca2f2
commit 697ced45f0
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 16 16:53:44 UTC 2015 - werner@suse.de
- Remove -DMUST_UNBLOCK_CHLD(=1) as this breaks waitchild(2) on linux
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 9 13:11:03 UTC 2015 - werner@suse.de Fri Jan 9 13:11:03 UTC 2015 - werner@suse.de

View File

@ -422,6 +422,9 @@ 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=""
#
# Never ever put -DMUST_UNBLOCK_CHLD herein as this breaks bash
#
cflags -Wuninitialized CFLAGS cflags -Wuninitialized CFLAGS
cflags -Wextra CFLAGS cflags -Wextra CFLAGS
cflags -Wno-unprototyped-calls CFLAGS cflags -Wno-unprototyped-calls CFLAGS
@ -432,7 +435,6 @@ pushd ../readline-%{rl_vers}%{extend}
cflags -ftree-loop-linear CFLAGS cflags -ftree-loop-linear CFLAGS
cflags -pipe CFLAGS cflags -pipe CFLAGS
cflags -DBNC382214=0 CFLAGS cflags -DBNC382214=0 CFLAGS
cflags -DMUST_UNBLOCK_CHLD=1 CFLAGS
cflags -DIMPORT_FUNCTIONS_DEF=0 CFLAGS cflags -DIMPORT_FUNCTIONS_DEF=0 CFLAGS
cflags -Wl,--as-needed LDFLAGS cflags -Wl,--as-needed LDFLAGS
cflags -Wl,-O2 LDFLAGS cflags -Wl,-O2 LDFLAGS