.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=197
This commit is contained in:
parent
d1523ca2f2
commit
697ced45f0
@ -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
|
||||
|
||||
|
@ -422,17 +422,19 @@ 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
|
||||
cflags -Wno-switch-enum CFLAGS
|
||||
cflags -Wno-unused-variable CFLAGS
|
||||
cflags -Wno-unused-parameter CFLAGS
|
||||
cflags -Wno-parentheses CFLAGS
|
||||
cflags -Wno-parentheses CFLAGS
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user