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: 10-Jun-2006 13:05:28
Branch: HEAD Handle: 2006061012052400
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
make sure libraries like Solaris' librt are passed through to the
SQLite 3 using application
Summary:
Revision Changes Path
1.12 +10 -0 openpkg-src/sqlite/sqlite.patch
1.113 +1 -1 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 11 Jan 2006 10:55:14 -0000 1.11
+++ openpkg-src/sqlite/sqlite.patch 10 Jun 2006 11:05:24 -0000 1.12
@@ -12,3 +12,13 @@
#########
+Index: sqlite3.pc.in
+--- sqlite3.pc.in.orig 2004-07-19 06:25:47 +0200
++++ sqlite3.pc.in 2006-06-10 12:36:25 +0200
+@@ -8,5 +8,5 @@
+ Name: SQLite
+ Description: SQL database engine
+ Version: @VERSION@
+-Libs: -L${libdir} -lsqlite3
++Libs: -L${libdir} -lsqlite3 @TARGET_LIBS@
+ Cflags: -I${includedir}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.112 -r1.113 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 7 Jun 2006 08:24:21 -0000 1.112
+++ openpkg-src/sqlite/sqlite.spec 10 Jun 2006 11:05:24 -0000 1.113
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_v3}
-Release: 20060607
+Release: 20060610
# package options
%option with_v2 yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]