Re: [DBD-SQLite] ok to add a Makefile.PL knob for enabling RTREE support

2010-08-26 Thread Kenichi Ishigaki
Hi. Please see the ExtUtils::MakeMaker's pod and try "perl Makefile.PL DEFINE=-DDBD_SQLITE_ENABLE_RTREE" or whatever. You'll get what you want. As for CPAN clients, you can tweak a configuration option like "makepl_arg" (permanently or tentatively). Hope this helps. Kenichi On Thu, 26 Aug 2010

Re: [DBD-SQLite] ok to add a Makefile.PL knob for enabling RTREE support

2010-08-26 Thread Darren Duncan
George Hartzell wrote: I use SQLITE's Rtree code and as the Makefile.PL currently stands I need to unpack it, add -DSQLITE_ENABLE_RTREE' to @CC_DEFINE, repack the tarball and then install it by hand instead of just being able to use cpan. I'd like to propose (and I'd be happy to generate a patch

[DBD-SQLite] ok to add a Makefile.PL knob for enabling RTREE support

2010-08-26 Thread George Hartzell
I use SQLITE's Rtree code and as the Makefile.PL currently stands I need to unpack it, add -DSQLITE_ENABLE_RTREE' to @CC_DEFINE, repack the tarball and then install it by hand instead of just being able to use cpan. I'd like to propose (and I'd be happy to generate a patch) something along the li