Accepting request 258193 from home:aljex:branches:Base:System
Small correction to which targets don't want autoconf. Fixes OS 10.2. Builds on everything from SL 10.0 to current now. OBS-URL: https://build.opensuse.org/request/show/258193 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=189
This commit is contained in:
parent
c8b88503ec
commit
439b339c82
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 04:16:32 UTC 2014 - brian@aljex.com
|
||||
|
||||
- Skip autoconf on OS 10.2 or older
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 13:44:23 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -20,9 +20,9 @@
|
||||
|
||||
Name: bash
|
||||
BuildRequires: audit-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
%if %suse_version > 1220
|
||||
@ -364,7 +364,7 @@ done
|
||||
MACHTYPE=${CPU}-suse-linux
|
||||
export LANG LC_ALL HOSTTYPE MACHTYPE
|
||||
pushd ../readline-%{rl_vers}%{extend}
|
||||
%if 0%suse_version >= 1020
|
||||
%if 0%suse_version > 1020
|
||||
autoconf
|
||||
%endif
|
||||
cflags ()
|
||||
@ -484,7 +484,7 @@ popd
|
||||
CC_FOR_BUILD="$CC"
|
||||
CFLAGS_FOR_BUILD="$CFLAGS"
|
||||
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
||||
%if 0%suse_version >= 1020
|
||||
%if 0%suse_version > 1020
|
||||
autoconf
|
||||
%endif
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user