summaryrefslogtreecommitdiff
path: root/debian/patches/10-520478-squash-bad-deps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/10-520478-squash-bad-deps.patch')
-rw-r--r--debian/patches/10-520478-squash-bad-deps.patch10
1 files changed, 5 insertions, 5 deletions
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 \