]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
respect $LDFLAGS from env/configure (CVS 4141)
authorvapier <vapier@noemail.net>
Wed, 27 Jun 2007 15:01:45 +0000 (15:01 +0000)
committervapier <vapier@noemail.net>
Wed, 27 Jun 2007 15:01:45 +0000 (15:01 +0000)
FossilOrigin-Name: 9c13fc0f4bf22c8e05b11ef5feaaf07d8a8b3f01

Makefile.in
manifest
manifest.uuid

index 9c263a0c9dd4ac850b2a66eb95f720a5574004e4..5c99c41a4d387370bc4e63d557a30dc6d5db8f8c 100644 (file)
@@ -108,7 +108,7 @@ ALLOWRELEASE = @ALLOWRELEASE@
 
 # libtool compile/link/install
 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(TCC)
-LTLINK = $(LIBTOOL) --mode=link $(TCC)
+LTLINK = $(LIBTOOL) --mode=link $(TCC) @LDFLAGS@
 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
 
 # nawk compatible awk.
index 47f0c4e59e8cfa8cf63a61b0fd5c2b55a92cb949..76bfe06db7014c3d572f499df26dfc7a5b573261 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-C Fix\sfor\scompiling\swith\sOMIT_VIRTUALTABLE\sdefined.\s(CVS\s4140)
-D 2007-06-27T11:10:03
-F Makefile.in 7f7485a4cc039476a42e534b3f26ec90e2f9753e
+C respect\s$LDFLAGS\sfrom\senv/configure\s(CVS\s4141)
+D 2007-06-27T15:01:46
+F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
 F VERSION bd995b15c92d73ccf2f3e65d51702f88efea8001
@@ -516,7 +516,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 53b526203c22961447b9c1cebbd885ecc8bc3e09
-R 27908eb5527165b59cab30bf58b49022
-U danielk1977
-Z 3263faee6f1a5d343f85705cc59c67a4
+P 850822e2904bc340afd0b7535ef51fbdf9e1f486
+R 1afeab26f16295155c75ffe8baa66b82
+U vapier
+Z 83aaaa53ff941923277b0d6c2cfa7d3d
index 42f59e4b5734a374d11515f1ab834c614a81e62b..9c8528d181e2b8c485154e65f17462eeaee38448 100644 (file)
@@ -1 +1 @@
-850822e2904bc340afd0b7535ef51fbdf9e1f486
\ No newline at end of file
+9c13fc0f4bf22c8e05b11ef5feaaf07d8a8b3f01
\ No newline at end of file