summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-03-16 11:56:32 +0000
committerjperkin <jperkin@pkgsrc.org>2015-03-16 11:56:32 +0000
commite493834c78cc983c27fa0eac4e391de517b3be1f (patch)
treea9252be62aab766e5f938bc6692567c514612c37 /databases/sqlite
parentac49880c5b3b96cc80cd6d6093612a693df33e68 (diff)
downloadpkgsrc-e493834c78cc983c27fa0eac4e391de517b3be1f.tar.gz
Honour LDFLAGS, fixes build on cwrappers with non-builtins.
Diffstat (limited to 'databases/sqlite')
-rw-r--r--databases/sqlite/distinfo3
-rw-r--r--databases/sqlite/patches/patch-Makefile.in15
2 files changed, 17 insertions, 1 deletions
diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo
index 763530fc3be..1693cce43a1 100644
--- a/databases/sqlite/distinfo
+++ b/databases/sqlite/distinfo
@@ -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 --git a/databases/sqlite/patches/patch-Makefile.in b/databases/sqlite/patches/patch-Makefile.in
new file mode 100644
index 00000000000..8791e6ca5b9
--- /dev/null
+++ b/databases/sqlite/patches/patch-Makefile.in
@@ -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.