From f7306ad5fe007b53bff4380cec48596da36d27c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:13 +0200 Subject: Adding debian version 3.45.1-1. Signed-off-by: Daniel Baumann --- debian/patches/32-dynamic_link.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/patches/32-dynamic_link.patch (limited to 'debian/patches/32-dynamic_link.patch') diff --git a/debian/patches/32-dynamic_link.patch b/debian/patches/32-dynamic_link.patch new file mode 100644 index 0000000..55ab04b --- /dev/null +++ b/debian/patches/32-dynamic_link.patch @@ -0,0 +1,14 @@ +--- sqlite3-3.38.3.orig/Makefile.in ++++ sqlite3-3.38.3/Makefile.in +@@ -672,9 +672,9 @@ + -avoid-version + sed -i "/dependency_libs/s/'.*'/''/" $@ + +-sqlite3$(TEXE): shell.c sqlite3.c ++sqlite3$(TEXE): shell.c libsqlite3.la + $(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \ +- shell.c sqlite3.c \ ++ shell.c libsqlite3.la \ + $(LIBREADLINE) $(TLIBS) -rpath "$(libdir)" + + sqldiff$(TEXE): $(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h -- cgit v1.2.3