From 38bebc38bd587907dec05d7e63ff6a7aaa2233e012815a61a8421992d97ea728 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 29 Sep 2011 09:46:00 +0000 Subject: [PATCH] - pass the serf configure option to subversion's configure script, not to swig's configure script OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=72 --- subversion.changes | 6 ++++++ subversion.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/subversion.changes b/subversion.changes index 47de37e..52c02cf 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 29 09:44:52 UTC 2011 - stsp@elego.de + +- pass the serf configure option to subversion's configure script, + not to swig's configure script + ------------------------------------------------------------------- Wed Aug 24 00:34:35 CEST 2011 - dmueller@suse.de diff --git a/subversion.spec b/subversion.spec index 4a2d704..78afacf 100644 --- a/subversion.spec +++ b/subversion.spec @@ -387,7 +387,6 @@ CXXFLAGS="%{optflags}" \ --without-allegrocl \ --without-clisp \ --without-r \ - %{?_with_subversion_libserf_support} \ --with-swiglibdir="$SWIG_ROOT/share/swig" %__make %{?jobs:-j%{jobs}} %__make install @@ -473,6 +472,7 @@ export PATH="${SWIG_ROOT}/bin:${PATH}" %configure \ --with-editor="vim -c 'set tw=72 et' " \ --with-neon=%{_prefix} \ + %{?_with_subversion_libserf_support} \ --with-apr=%{_prefix} \ --with-apr-util=%{_prefix} \ --with-apxs=%{apxs} \