- 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
This commit is contained in:
Stefan Sperling 2011-09-29 09:46:00 +00:00 committed by Git OBS Bridge
parent 84e3be2abb
commit 38bebc38bd
2 changed files with 7 additions and 1 deletions

View File

@ -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 Wed Aug 24 00:34:35 CEST 2011 - dmueller@suse.de

View File

@ -387,7 +387,6 @@ CXXFLAGS="%{optflags}" \
--without-allegrocl \ --without-allegrocl \
--without-clisp \ --without-clisp \
--without-r \ --without-r \
%{?_with_subversion_libserf_support} \
--with-swiglibdir="$SWIG_ROOT/share/swig" --with-swiglibdir="$SWIG_ROOT/share/swig"
%__make %{?jobs:-j%{jobs}} %__make %{?jobs:-j%{jobs}}
%__make install %__make install
@ -473,6 +472,7 @@ export PATH="${SWIG_ROOT}/bin:${PATH}"
%configure \ %configure \
--with-editor="vim -c 'set tw=72 et' " \ --with-editor="vim -c 'set tw=72 et' " \
--with-neon=%{_prefix} \ --with-neon=%{_prefix} \
%{?_with_subversion_libserf_support} \
--with-apr=%{_prefix} \ --with-apr=%{_prefix} \
--with-apr-util=%{_prefix} \ --with-apr-util=%{_prefix} \
--with-apxs=%{apxs} \ --with-apxs=%{apxs} \