OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Sep-2008 08:23:50
Branch: HEAD Handle: 2008092307235000
Modified files:
openpkg-src/sqlite sqlite.patch
Log:
apply upstream vendor fix
Summary:
Revision Changes Path
1.59 +17 -0 openpkg-src/sqlite/sqlite.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.58 -r1.59 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 23 Sep 2008 06:10:13 -0000 1.58
+++ openpkg-src/sqlite/sqlite.patch 23 Sep 2008 06:23:50 -0000 1.59
@@ -82,3 +82,20 @@
-Libs.private: @LIBS@
+Libs: -L${libdir} -lsqlite3 @LIBS@
Cflags: -I${includedir}
+
+-----------------------------------------------------------------------------
+
+Upstream fixes (can be removed with SQLite 3.6.4)
+
+Index: src/main.c
+--- src/main.c 2008/09/08 08:08:09 1.500
++++ src/main.c 2008/09/22 17:22:20 1.501
+@@ -135,6 +135,8 @@
+ rc = SQLITE_NOMEM;
+ }
+ }
++ }
++ if( rc==SQLITE_OK ){
+ sqlite3GlobalConfig.nRefInitMutex++;
+ }
+ sqlite3_mutex_leave(pMaster);
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]