.
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
|
Fri Jan 9 13:11:03 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user