From: vapier Date: Wed, 27 Jun 2007 15:01:45 +0000 (+0000) Subject: respect $LDFLAGS from env/configure (CVS 4141) X-Git-Tag: version-3.4.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d56d15099017de2e2831779099ad1190919ba1;p=thirdparty%2Fsqlite.git respect $LDFLAGS from env/configure (CVS 4141) FossilOrigin-Name: 9c13fc0f4bf22c8e05b11ef5feaaf07d8a8b3f01 --- diff --git a/Makefile.in b/Makefile.in index 9c263a0c9d..5c99c41a4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. diff --git a/manifest b/manifest index 47f0c4e59e..76bfe06db7 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 42f59e4b57..9c8528d181 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -850822e2904bc340afd0b7535ef51fbdf9e1f486 \ No newline at end of file +9c13fc0f4bf22c8e05b11ef5feaaf07d8a8b3f01 \ No newline at end of file