On 1/16/14, 8:23 PM, James McCoy wrote:
> When --enable-sqlite-compatibility-version is used, the configure script
> ends up defining CFLAGS such that it contains
>
> -DSVN_SQLITE_MIN_VERSION='"X.Y.Z"'
...
> The attached patch fixes the issue for me.
Commited your patch in r1559009, backpor
When --enable-sqlite-compatibility-version is used, the configure script
ends up defining CFLAGS such that it contains
-DSVN_SQLITE_MIN_VERSION='"X.Y.Z"'
This string then makes it into the generated
subversion/bindings/swig/perl/native/Makefile.PL as
my $cflags = '… -DSVN_SQLITE_MIN_VERS
2 matches
Mail list logo