summaryrefslogtreecommitdiffstats
path: root/collab/subversion/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/subversion/BUILD')
-rwxr-xr-xcollab/subversion/BUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/collab/subversion/BUILD b/collab/subversion/BUILD
index d0aff2fdff..6d533c57c3 100755
--- a/collab/subversion/BUILD
+++ b/collab/subversion/BUILD
@@ -20,17 +20,12 @@ fi &&
if ! [[ -x configure ]]; then ./autogen.sh; fi &&
-if [[ "$(get_spell_provider $SPELL APR)" == "apr" ]] || \
- [[ "$(get_spell_provider $SPELL APU)" == "apr-util" ]]; then
CFLAGS="${CFLAGS} $(/usr/bin/apr-1-config --cppflags)" &&
OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation --enable-shared --disable-experimental-libtool"
-else
- OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation --enable-shared --disable-neon-version-check"
-fi &&
SWIG_LDFLAGS="${LDFLAGS}" &&
-make_single &&
-OPTS="--enable-runtime-module-search $OPTS" default_build &&
+OPTS+=" $SVN_GIT" &&
+default_build &&
if [[ "$SVN_PERL" == y ]]; then
mkdir -p subversion/bindings/swig/perl/native/blib/arch/auto/SVN/{_Client,_Delta,_Fs,_Ra,_Repos,_Wc} &&