From 7fc6c925816cf6104ce3f9602f8206e72c71f0c9 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 10 Sep 2020 14:40:09 +0200 Subject: [PATCH] subversion: Add -lserf Our current subversion install doesn't work at all: buczek@sigusr2:/scratch/local$ svn co https://svn.resourcespace.com/svn/rs/trunk/ svn: E170000: Unrecognized URL scheme for 'https://svn.resourcespace.com/svn/rs/trunk' buczek@sigusr2:/scratch/local$ svn co http://svn.resourcespace.com/svn/rs/trunk/ svn: E170000: Unrecognized URL scheme for 'http://svn.resourcespace.com/svn/rs/trunk' because subversion won't build with a client library for remote repositories. Add configuration for Apache Serf. --- subversion.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subversion.be0 b/subversion.be0 index 9cbbdb03b..36e3f9021 100755 --- a/subversion.be0 +++ b/subversion.be0 @@ -24,7 +24,8 @@ mee_configure() { bee_configure \ --disable-nls \ --with-lz4=internal \ - --with-utf8proc=internal + --with-utf8proc=internal \ + --with-serf } #mee_build() {