]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Make the libtclsqlite3.la shared library depend on a separate
authordrh <drh@noemail.net>
Fri, 25 Jul 2008 12:49:44 +0000 (12:49 +0000)
committerdrh <drh@noemail.net>
Fri, 25 Jul 2008 12:49:44 +0000 (12:49 +0000)
libsqlite3.la shared library.  I think this flies in the face of the
whole SQLite philosophy of minimal dependencies, but on the other hand,
few people use that shared library and the capability has been requested
from the SuSE team. (CVS 5477)

FossilOrigin-Name: 83484b42bf353535567e245a92f40096b63b342f

Makefile.in
manifest
manifest.uuid

index 65ffe16fc9feefdcd77ed7f012624a3304f94aba..0d09045fc3fe361c641c39f140a47e26d57ec341 100644 (file)
@@ -432,7 +432,7 @@ libsqlite3.la:      $(LIBOBJ)
 
 libtclsqlite3.la:      tclsqlite.lo libsqlite3.la
        $(LTLINK) -o $@ tclsqlite.lo \
-               $(LIBOBJ) @TCL_STUB_LIB_SPEC@ $(TLIBS) \
+               libsqlite3.la @TCL_STUB_LIB_SPEC@ $(TLIBS) \
                 -rpath "$(libdir)/sqlite" \
                -version-info "8:6:8"
 
index e3d8ddac2823cc39b54c5f287c3498ff6b8b1363..fccbd16710384a46e3617ffcff0da70457e7125d 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Fix\sa\sbuild\sproblem\son\stclsqlite\sin\sMakefile.in.\s(CVS\s5476)
-D 2008-07-25T12:39:23
+C Make\sthe\slibtclsqlite3.la\sshared\slibrary\sdepend\son\sa\sseparate\nlibsqlite3.la\sshared\slibrary.\s\sI\sthink\sthis\sflies\sin\sthe\sface\sof\sthe\nwhole\sSQLite\sphilosophy\sof\sminimal\sdependencies,\sbut\son\sthe\sother\shand,\nfew\speople\suse\sthat\sshared\slibrary\sand\sthe\scapability\shas\sbeen\srequested\nfrom\sthe\sSuSE\steam.\s(CVS\s5477)
+D 2008-07-25T12:49:45
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
-F Makefile.in 0e1b4ed04abb13e3fe43401f35bc19a3b8c350fa
+F Makefile.in d677b8dbc24fd815043e87e9350f8d296ab40f0d
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
 F README b974cdc3f9f12b87e851b04e75996d720ebf81ac
 F VERSION d739ba532eddc5c09ef9a55151328cd6a8a102c6
@@ -612,7 +612,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 0de54891d4901dec929459d27004efe87106ffa2
-R 04c4207c8cdb07ea9359e1b4c1529fa0
+P e7a604807f9f3f92920b2bac403d2dd368dfa102
+R 3bb39f47d2a2a127694e46d60a5fa10a
 U drh
-Z 489978530f96cceb88483308cc2556e8
+Z 17b472ba95d0b892f34c1cae01ec7074
index ad7bd8b8db3ee7f2f8fac211f837e83bc7782467..276578f939274f6b536215e25337281fd5228206 100644 (file)
@@ -1 +1 @@
-e7a604807f9f3f92920b2bac403d2dd368dfa102
\ No newline at end of file
+83484b42bf353535567e245a92f40096b63b342f
\ No newline at end of file