Dr. Werner Fink 2015-01-16 16:57:08 +00:00 committed by Git OBS Bridge
parent 893427ec14
commit 228c42a5d1
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

View File

@ -422,6 +422,9 @@ pushd ../readline-%{rl_vers}%{extend}
EOF
CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g"
LDFLAGS=""
#
# Never ever put -DMUST_UNBLOCK_CHLD herein as this breaks bash
#
cflags -Wuninitialized CFLAGS
cflags -Wextra CFLAGS
cflags -Wno-unprototyped-calls CFLAGS
@ -432,7 +435,6 @@ pushd ../readline-%{rl_vers}%{extend}
cflags -ftree-loop-linear CFLAGS
cflags -pipe CFLAGS
cflags -DBNC382214=0 CFLAGS
cflags -DMUST_UNBLOCK_CHLD=1 CFLAGS
cflags -DIMPORT_FUNCTIONS_DEF=0 CFLAGS
cflags -Wl,--as-needed LDFLAGS
cflags -Wl,-O2 LDFLAGS