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
|
Wed Oct 22 13:44:23 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
Name: bash
|
Name: bash
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version > 1220
|
%if %suse_version > 1220
|
||||||
@ -364,7 +364,7 @@ done
|
|||||||
MACHTYPE=${CPU}-suse-linux
|
MACHTYPE=${CPU}-suse-linux
|
||||||
export LANG LC_ALL HOSTTYPE MACHTYPE
|
export LANG LC_ALL HOSTTYPE MACHTYPE
|
||||||
pushd ../readline-%{rl_vers}%{extend}
|
pushd ../readline-%{rl_vers}%{extend}
|
||||||
%if 0%suse_version >= 1020
|
%if 0%suse_version > 1020
|
||||||
autoconf
|
autoconf
|
||||||
%endif
|
%endif
|
||||||
cflags ()
|
cflags ()
|
||||||
@ -484,7 +484,7 @@ popd
|
|||||||
CC_FOR_BUILD="$CC"
|
CC_FOR_BUILD="$CC"
|
||||||
CFLAGS_FOR_BUILD="$CFLAGS"
|
CFLAGS_FOR_BUILD="$CFLAGS"
|
||||||
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
||||||
%if 0%suse_version >= 1020
|
%if 0%suse_version > 1020
|
||||||
autoconf
|
autoconf
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user