We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c195fb commit f040047Copy full SHA for f040047
patches/sqlite_fix_build.patch
@@ -1,13 +1,13 @@
1
diff --git a/Makefile.in b/Makefile.in
2
-index e5d30d030..72476c153 100644
+index 8ffc77750d..f4697e1056 100644
3
--- a/Makefile.in
4
+++ b/Makefile.in
5
-@@ -655,9 +655,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlite3.la
+@@ -560,9 +560,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlite3.la
6
-version-info "8:6:8" \
7
-avoid-version
8
9
-sqlite3$(TEXE): shell.c sqlite3.c
10
-+sqlite3$(TEXE): sqlite3.c
++sqlite3$(TEXE): sqlite3.c
11
$(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \
12
- shell.c sqlite3.c \
13
+ sqlite3.c \
0 commit comments