Accepting request 160364 from devel:ARM:AArch64:Factory

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

OBS-URL: https://build.opensuse.org/request/show/160364
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=110
This commit is contained in:
Andreas Stieger 2013-03-21 01:22:45 +00:00 committed by Git OBS Bridge
parent 67f3bd5000
commit b809f396e2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 20 11:26:40 UTC 2013 - schwab@suse.de
- Copy updated config.{guess,sub} to in-tree swig source for aarch64
-------------------------------------------------------------------
Mon Dec 17 00:00:00 UTC 2012 - andreas.stieger@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package subversion
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009-2010 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -364,6 +364,9 @@ export PYTHON="%{_usr}/bin/python2.5"
%if %with_intree_swig
SWIG_ROOT=`cd ..; pwd`/intree-swig
pushd "../swig-%{swig_version}"
%ifarch aarch64
cp ../subversion-%{version}/build/config.* Tools/config/
%endif
CFLAGS="%{optflags}" \
CXXFLAGS="%{optflags}" \
./configure \