Subject: | Patch to fix includes in the SQLITE_LOCATION case |
The following small patch against current subversion fixes the include
path when SQLITE_LOCATION is enabled.
Regards,
Simon
Subject: | Makefile_PL.diff |
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 6116)
+++ Makefile.PL (working copy)
@@ -166,7 +166,7 @@ my @CC_INC = (
'-I$(DBI_INSTARCH_DIR)',
);
if ( $sqlite_inc ) {
- push @INC, "-I$sqlite_inc";
+ push @CC_INC, "-I$sqlite_inc";
}
my @CC_DEFINE = (