Restore previous state
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=295
This commit is contained in:
parent
403067309f
commit
7cb315952e
10
bash.spec
10
bash.spec
@ -84,11 +84,6 @@ BuildRequires: patchutils
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
# This has to be always the same version as included in the bash its self
|
# This has to be always the same version as included in the bash its self
|
||||||
BuildRequires: readline-devel == 8.0
|
BuildRequires: readline-devel == 8.0
|
||||||
%if 0%{?sle_version} > 0
|
|
||||||
%if 0%{?suse_version} == 1500
|
|
||||||
BuildRequires: readline-devel-static == 8.0
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
BuildRequires: screen
|
BuildRequires: screen
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
@ -304,11 +299,6 @@ test ${rl1[2]} = ${rl2[2]} || exit 1
|
|||||||
LARGEFILE="$(getconf LFS_CFLAGS)"
|
LARGEFILE="$(getconf LFS_CFLAGS)"
|
||||||
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=""
|
||||||
%if 0%{?sle_version} > 0
|
|
||||||
%if 0%{?suse_version} == 1500
|
|
||||||
LDFLAGS="-Wl,-Bstatic -lreadline -Wl,-Bdynamic"
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
#
|
#
|
||||||
# Never ever put -DMUST_UNBLOCK_CHLD herein as this breaks bash
|
# Never ever put -DMUST_UNBLOCK_CHLD herein as this breaks bash
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user