pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite Honour LDFLAGS, fixes build on cwrapp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5922c2b3c3a3
branches:  trunk
changeset: 648675:5922c2b3c3a3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Mar 16 11:56:32 2015 +0000

description:
Honour LDFLAGS, fixes build on cwrappers with non-builtins.

diffstat:

 databases/sqlite/distinfo                  |   3 ++-
 databases/sqlite/patches/patch-Makefile.in |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 609efb5d169e -r 5922c2b3c3a3 databases/sqlite/distinfo
--- a/databases/sqlite/distinfo Mon Mar 16 11:07:34 2015 +0000
+++ b/databases/sqlite/distinfo Mon Mar 16 11:56:32 2015 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.22 2013/01/04 13:33:42 jperkin Exp $
+$NetBSD: distinfo,v 1.23 2015/03/16 11:56:32 jperkin Exp $
 
 SHA1 (sqlite-2.8.17.tar.gz) = 75db1cf3b00ea18ae8528e676fc9fdf698e2fe58
 RMD160 (sqlite-2.8.17.tar.gz) = f13edcb0c2f7246e97ea7443de1758b4442a9483
 Size (sqlite-2.8.17.tar.gz) = 969805 bytes
+SHA1 (patch-Makefile.in) = 909e53c1ee0b76964774f263f00047118728f38d
 SHA1 (patch-aa) = 4df2eff8c92b3e2bff86c710ef1a803d54201559
 SHA1 (patch-ab) = 00b7de05589fb62d511e26d0d864a8b5545967c8
diff -r 609efb5d169e -r 5922c2b3c3a3 databases/sqlite/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite/patches/patch-Makefile.in        Mon Mar 16 11:56:32 2015 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2015/03/16 11:56:32 jperkin Exp $
+
+Honour LDFLAGS for bl3.
+
+--- Makefile.in.orig   2005-04-23 22:43:23.000000000 +0000
++++ Makefile.in
+@@ -38,7 +38,7 @@ RELEASE = @ALLOWRELEASE@
+ 
+ # libtool compile/link/install
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC)
+-LTLINK = $(LIBTOOL) --mode=link $(TCC)
++LTLINK = $(LIBTOOL) --mode=link $(TCC) $(LDFLAGS)
+ LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
+ 
+ # Compiler options needed for programs that use the TCL library.



Home | Main Index | Thread Index | Old Index