Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite/files: sqlite-3.6.11-reference.patch
Date: Sun, 01 Mar 2009 02:56:41
Message-Id: E1Ldbr5-0005ol-3C@stork.gentoo.org
1 tommy 09/03/01 02:56:39
2
3 Added: sqlite-3.6.11-reference.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-db/sqlite/files/sqlite-3.6.11-reference.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/files/sqlite-3.6.11-reference.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/files/sqlite-3.6.11-reference.patch?rev=1.1&content-type=text/plain
13
14 Index: sqlite-3.6.11-reference.patch
15 ===================================================================
16 --- Makefile.in 2009-02-15 14:07:08.000000000 +0100
17 +++ /root/Makefile.in 2009-02-28 18:02:27.000000000 +0100
18 @@ -163,7 +163,7 @@
19
20 # Object files for the SQLite library (non-amalgamation).
21 #
22 -OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \
23 +OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo btmutex.lo \
24 btree.lo build.lo callback.lo complete.lo date.lo \
25 delete.lo expr.lo fault.lo func.lo global.lo \
26 hash.lo journal.lo insert.lo legacy.lo loadext.lo \
27 @@ -518,6 +518,9 @@
28 auth.lo: $(TOP)/src/auth.c $(HDR)
29 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/auth.c
30
31 +backup.lo: $(TOP)/src/backup.c $(HDR)
32 + $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/backup.c
33 +
34 bitvec.lo: $(TOP)/src/bitvec.c $(HDR)
35 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c