Accepting request 155178 from home:Andreas_Schwab:Factory
- config-guess-sub-update.patch: Update config.guess/sub for aarch64 - Fix check for negated warning switch OBS-URL: https://build.opensuse.org/request/show/155178 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=146
This commit is contained in:
parent
4e17833c13
commit
97bb7c126c
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 07:58:08 UTC 2013 - schwab@suse.de
|
||||
|
||||
- config-guess-sub-update.patch:
|
||||
Update config.guess/sub for aarch64
|
||||
- Fix check for negated warning switch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 08:55:09 UTC 2013 - werner@suse.de
|
||||
|
||||
|
@ -90,6 +90,7 @@ Patch40: bash-4.1-bash.bashrc.dif
|
||||
Patch42: audit-patch
|
||||
Patch43: audit-rl-patch
|
||||
Patch46: man2html-no-timestamp.patch
|
||||
Patch47: config-guess-sub-update.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%global _sysconfdir /etc
|
||||
%global _incdir %{_includedir}
|
||||
@ -302,6 +303,7 @@ unset p
|
||||
%patch42 -p1 -b .audit
|
||||
%endif
|
||||
%patch46 -p0 -b .notimestamp
|
||||
%patch47
|
||||
%patch0 -p0 -b .0
|
||||
pushd ../readline-%{rl_vers}%{extend}
|
||||
for p in ../readline-%{rl_vers}-patches/*; do
|
||||
@ -321,6 +323,7 @@ done
|
||||
%patch43 -p1 -b .audit
|
||||
%endif
|
||||
%patch20 -p0 -b .0
|
||||
%patch47
|
||||
|
||||
%build
|
||||
LANG=POSIX
|
||||
@ -351,10 +354,10 @@ pushd ../readline-%{rl_vers}%{extend}
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if ${CC:-gcc} -Werror $flag -S -o /dev/null -xc /dev/null > /dev/null 2>&1 ; then
|
||||
if ${CC:-gcc} -Werror ${flag/#-Wno-/-W} -S -o /dev/null -xc /dev/null > /dev/null 2>&1 ; then
|
||||
eval $var=\${$var:+\$$var\ }$flag
|
||||
fi
|
||||
if ${CXX:-g++} -Werror $flag -S -o /dev/null -xc++ /dev/null > /dev/null 2>&1 ; then
|
||||
if ${CXX:-g++} -Werror ${flag/#-Wno-/-W} -S -o /dev/null -xc++ /dev/null > /dev/null 2>&1 ; then
|
||||
eval $var=\${$var:+\$$var\ }$flag
|
||||
fi
|
||||
esac
|
||||
|
1617
config-guess-sub-update.patch
Normal file
1617
config-guess-sub-update.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user