Skip to content

Commit f040047

Browse files
committed
chore: update sqlite build patch file
1 parent 6c195fb commit f040047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/sqlite_fix_build.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/Makefile.in b/Makefile.in
2-
index e5d30d030..72476c153 100644
2+
index 8ffc77750d..f4697e1056 100644
33
--- a/Makefile.in
44
+++ b/Makefile.in
5-
@@ -655,9 +655,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlite3.la
5+
@@ -560,9 +560,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlite3.la
66
-version-info "8:6:8" \
77
-avoid-version
88

99
-sqlite3$(TEXE): shell.c sqlite3.c
10-
+sqlite3$(TEXE): sqlite3.c
10+
+sqlite3$(TEXE): sqlite3.c
1111
$(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \
1212
- shell.c sqlite3.c \
1313
+ sqlite3.c \

0 commit comments

Comments
 (0)