Invalid Makefile.PL generated if --enable-sqlite-compatibility-version specified
From: James McCoy <jamessan_at_debian.org>
Date: Thu, 16 Jan 2014 23:23:26 -0500
When --enable-sqlite-compatibility-version is used, the configure script
-DSVN_SQLITE_MIN_VERSION='"X.Y.Z"'
This string then makes it into the generated
my $cflags = '… -DSVN_SQLITE_MIN_VERSION='"X.Y.Z"' …';
which causes the perl script to have invalid syntax:
cd ./subversion/bindings/swig/perl/native; \
The attached patch fixes the issue for me.
Cheers,
-- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <jamessan_at_debian.org>
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.