From: a.rottmann Date: Sat, 14 Jun 2003 19:29:08 +0000 (+0000) Subject: * Added -version-info to shared libraries X-Git-Tag: version-3.6.10~5047 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=831961217df7fbb6cbcbf4df12bb973239c4a2e3;p=thirdparty%2Fsqlite.git * Added -version-info to shared libraries * Remove config.h and libtool in the distclean target (CVS 1021) FossilOrigin-Name: e13e8b05b4d146aa4ca9ed06e414e0c6a4fba4e4 --- diff --git a/Makefile.in b/Makefile.in index 51229c2909..63fa82ba14 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,11 +167,13 @@ last_change: $(SRC) | awk '{print $$5,$$6}' >last_change libsqlite.la: $(LIBOBJ) - $(LIBTOOL) $(TCC) -o libsqlite.la $(LIBOBJ) -rpath $(exec_prefix)/lib + $(LIBTOOL) $(TCC) -o libsqlite.la $(LIBOBJ) -rpath $(exec_prefix)/lib \ + -version-info "5:3:5" libtclsqlite.la: tclsqlite.lo libsqlite.la $(LIBTOOL) $(TCC) -o libtclsqlite.la tclsqlite.lo \ - libsqlite.la $(LIBTCL) -rpath $(exec_prefix)/lib + libsqlite.la $(LIBTCL) -rpath $(exec_prefix)/lib \ + -version-info "0:0:0" sqlite: $(TOP)/src/shell.c libsqlite.la sqlite.h $(LIBTOOL) $(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \ @@ -451,4 +453,4 @@ clean: rm -rf doc distclean: clean - rm -f config.log config.status + rm -f config.log config.status libtool Makefile config.h diff --git a/manifest b/manifest index 2938276f8c..c8a211782e 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Bug\sfix:\ssqliteFree()\scalled\stwice\son\sthe\ssame\sallocation\sduring\serror\nhandling\sin\sattach.c.\s(CVS\s1020) -D 2003-06-14T12:04:08 -F Makefile.in 98a14dc13a78ca0e12007e974c93aeb098db7f68 +C *\sAdded\s-version-info\sto\sshared\slibraries\n*\sRemove\sconfig.h\sand\slibtool\sin\sthe\sdistclean\starget\s(CVS\s1021) +D 2003-06-14T19:29:09 +F Makefile.in 9ad23ed4ca97f9670c4496432e3fbd4b3760ebde F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd F VERSION c17038403a026f011620ae647ad73bf04038fdd4 @@ -165,7 +165,7 @@ F www/speed.tcl 296cc5632d069b56d3ef5409ca0df90f486c10fb F www/sqlite.tcl 4bd1729e320f5fa9125f0022b281fbe839192125 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331 F www/vdbe.tcl 14fdcc7fe8a60a6ba8584903636db8dc37eef26a -P 66ac7aea3df8533a49c8c05ba57c5a7015626828 -R b06dcdd6b553a19e46a027e98a44ba32 -U drh -Z 445a5a073c1f73d1fb50205ccb14b347 +P 9ec40935b9435ddc3749cab517387477e4045f6b +R 12c201d65566c93a958812cc7bcd5528 +U a.rottmann +Z d76a73e3bc96042e55286e1e7aa5b780 diff --git a/manifest.uuid b/manifest.uuid index ff180a7f5d..ff5f8e4e09 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9ec40935b9435ddc3749cab517387477e4045f6b \ No newline at end of file +e13e8b05b4d146aa4ca9ed06e414e0c6a4fba4e4 \ No newline at end of file