On Wed, Jul 26, 2017 at 12:36:05PM +0100, Philip Martin wrote: > Philip Martin <phi...@codematters.co.uk> writes: > > > $ pkg-config lz4 --libs > > -llz4 > > Typo, that should be > > pkg-config liblz4 --libs > > The way the lz4 code is currently embedded in libsvn_subr makes it > awkward to add support for an external liblz4.
I agree that an external library should be used during the build. It makes life a lot easier for packagers on Unix-style systems, and is the expected de-facto standard in that ecosystem.