Specify installation lib in 'rpath' options for sqlite3 executable (CVS 4857)

FossilOrigin-Name: 5076d480337145f2e4b36798c6c13b9810f62721
This commit is contained in:
mlcreech 2008-03-13 19:55:20 +00:00
parent eb6dc140d6
commit 289234ce12
3 changed files with 10 additions and 10 deletions

View File

@ -374,18 +374,18 @@ last_change: $(SRC)
libsqlite3.la: $(LIBOBJ)
$(LTLINK) -o libsqlite3.la $(LIBOBJ) $(TLIBS) \
${ALLOWRELEASE} -rpath $(libdir) -version-info "8:6:8"
${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8"
libtclsqlite3.la: tclsqlite.lo libsqlite3.la
$(LTLINK) -o libtclsqlite3.la tclsqlite.lo \
$(LIBOBJ) @TCL_STUB_LIB_SPEC@ $(TLIBS) \
-rpath $(libdir)/sqlite \
-rpath "$(libdir)/sqlite" \
-version-info "8:6:8"
sqlite3$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
$(LTLINK) $(READLINE_FLAGS) \
-o $@ $(TOP)/src/shell.c libsqlite3.la \
$(LIBREADLINE) $(TLIBS)
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)"
# This target creates a directory named "tsrc" and fills it with
# copies of all of the C source code and header files needed to

View File

@ -1,7 +1,7 @@
C Add/move\sfiles\sin\sMakefile.in\sto\sbring\sit\smore\sin\sline\swith\smain.mk\s(CVS\s4856)
D 2008-03-13T18:28:04
C Specify\sinstallation\slib\sin\s'rpath'\soptions\sfor\ssqlite3\sexecutable\s(CVS\s4857)
D 2008-03-13T19:55:20
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
F Makefile.in 6640fb5fb5a6b85170ed01188bed30d64b22637d
F Makefile.in 83d7b574d44848fba2eb0a5200ebdaaf88d9421e
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
F README b974cdc3f9f12b87e851b04e75996d720ebf81ac
F VERSION 7a41970464b74225915bcaf9d76efd01f26e08f9
@ -623,7 +623,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P 85585f11049c4c3278dc2732676b0caa44cf1e9d
R be1eab5cdc46226b0bbd551808ef1f93
P b57fc81c3d5f6c7091bdd37f8164887f990a5128
R b89397cbdaa98f0be7833b910b414abd
U mlcreech
Z 676a611a1be445df78b935d8e115bd76
Z 1e14a53dec4509e0beda84bfd89ccbe4

View File

@ -1 +1 @@
b57fc81c3d5f6c7091bdd37f8164887f990a5128
5076d480337145f2e4b36798c6c13b9810f62721