- Doh, and the patch too..

This commit is contained in:
Panu Matilainen 2008-05-13 05:47:57 +00:00
parent bf067caca6
commit 263aa84e9e
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -up sqlite-3.5.8/sqlite3.pc.in.release sqlite-3.5.8/sqlite3.pc.in
--- sqlite-3.5.8/sqlite3.pc.in.release 2008-04-23 09:11:38.000000000 +0300
+++ sqlite-3.5.8/sqlite3.pc.in 2008-04-23 09:11:48.000000000 +0300
@@ -7,7 +7,7 @@ includedir=@includedir@
Name: SQLite
Description: SQL database engine
-Version: @VERSION@
+Version: @RELEASE@
Libs: -L${libdir} -lsqlite3
Libs.private: @LIBS@
Cflags: -I${includedir}