Skip to content

Commit

Permalink
subversion: Add -lserif
Browse files Browse the repository at this point in the history
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 wan't build with a client library for remote
repositories. Add configuration for Apache Serf.
  • Loading branch information
donald committed Sep 11, 2020
1 parent 533e535 commit 19d5186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subversion.be0
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ mee_configure() {
bee_configure \
--disable-nls \
--with-lz4=internal \
--with-utf8proc=internal
--with-utf8proc=internal \
--with-serf
}

#mee_build() {
Expand Down

0 comments on commit 19d5186

Please sign in to comment.