Accepting request 209769 from openSUSE:Factory:PowerLE

- Copy updated config.{guess,sub} to in-tree swig source also
  for ppc64le.

OBS-URL: https://build.opensuse.org/request/show/209769
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=160
This commit is contained in:
2013-12-07 23:11:40 +00:00
committed by Git OBS Bridge
parent 4a909ebc2a
commit 6ba08e03ea
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 7 21:54:08 UTC 2013 - matz@suse.de
- Copy updated config.{guess,sub} to in-tree swig source also
for ppc64le.
-------------------------------------------------------------------
Sun Dec 1 22:14:24 UTC 2013 - andreas.stieger@gmx.de

View File

@@ -368,7 +368,7 @@ export PYTHON="%{_usr}/bin/python2.5"
%if %with_intree_swig
SWIG_ROOT=`cd ..; pwd`/intree-swig
pushd "../swig-%{swig_version}"
%ifarch aarch64
%ifarch aarch64 ppc64le
cp ../subversion-%{version}/build/config.* Tools/config/
%endif
CFLAGS="%{optflags}" \