|
|
@@ -101,3 +101,21 @@ Index: sqlite3.pc.in
|
|
|
-Libs.private: @LIBS@
|
|
|
+Libs: -L${libdir} -lsqlite3 @LIBS@
|
|
|
Cflags: -I${includedir}
|
|
|
+Index: configure
|
|
|
+--- configure.orig 2009-02-15 14:07:08 +0100
|
|
|
++++ configure 2009-03-04 23:04:46 +0100
|
|
|
+@@ -5963,13 +5963,7 @@
|
|
|
+ if $ac_preproc_ok; then
|
|
|
+ :
|
|
|
+ else
|
|
|
+- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
|
|
+-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
+-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
|
|
|
+-See \`config.log' for more details." >&5
|
|
|
+-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
|
|
|
+-See \`config.log' for more details." >&2;}
|
|
|
+- { (exit 1); exit 1; }; }; }
|
|
|
++ :
|
|
|
+ fi
|
|
|
+
|
|
|
+ ac_ext=c
|