From 362e08e5b155bf8b08fde5adeabd5aa9c3208751 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 13 Aug 2013 16:15:23 -0400 Subject: pull in updated patches from SQLite3 3.7.17 Debian packaging --- debian/patches/10-520478-squash-bad-deps.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches/10-520478-squash-bad-deps.patch') diff --git a/debian/patches/10-520478-squash-bad-deps.patch b/debian/patches/10-520478-squash-bad-deps.patch index 71f6362..96c57ef 100644 --- a/debian/patches/10-520478-squash-bad-deps.patch +++ b/debian/patches/10-520478-squash-bad-deps.patch @@ -1,6 +1,6 @@ ---- sqlite3-3.6.11.orig/Makefile.in 2009-03-24 11:40:55.000000000 -0700 -+++ sqlite3-3.6.11/Makefile.in 2009-03-24 11:42:36.000000000 -0700 -@@ -487,18 +487,20 @@ +--- sqlite3-3.7.17.orig/Makefile.in ++++ sqlite3-3.7.17/Makefile.in +@@ -501,18 +501,20 @@ sqlite3.pc: $(TOP)/sqlite3.pc.in libsqlite3.la: $(LIBOBJ) $(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \ ${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8" @@ -21,5 +21,5 @@ - $(LIBREADLINE) $(TLIBS) -rpath "$(libdir)" + $(LIBREADLINE) -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 + mptester$(EXE): sqlite3.c $(TOP)/mptest/mptest.c + $(LTLINK) -o $@ -I. $(TOP)/mptest/mptest.c sqlite3.c \ -- cgit v1.2.3