From 364c029aacecb874b9e1f6324c9778a46cbe42a0 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 9 Apr 2009 05:51:29 +0000 Subject: [PATCH] DBD-SQLite: resolved #44876; applied a patch --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index c1d37c8..648feb1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 = (