-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef3033c
commit 08a5617
Showing
4 changed files
with
62 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/Makefile.in | ||
+++ b/Makefile.in | ||
@@ -695,7 +695,7 @@ | ||
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)" | ||
|
||
sqldiff$(TEXE): $(TOP)/tool/sqldiff.c $(TOP)/ext/misc/sqlite3_stdio.h sqlite3.lo sqlite3.h | ||
- $(LTLINK) -I$(TOP)/ext/misc -o $@ $(TOP)/tool/sqldiff.c sqlite3.lo $(TLIBS) | ||
+ $(LTLINK) -I$(TOP)/ext/misc -o $@ $(TOP)/tool/sqldiff.c $(TOP)\ext\misc\sqlite3_stdio.c sqlite3.lo $(TLIBS) | ||
|
||
dbhash$(TEXE): $(TOP)/tool/dbhash.c sqlite3.lo sqlite3.h | ||
$(LTLINK) -o $@ $(TOP)/tool/dbhash.c sqlite3.lo $(TLIBS) |
11 changes: 0 additions & 11 deletions
11
mingw-w64-sqlite3/0002-sqlite-sqldiff-makefile-add-console-io.patch
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
mingw-w64-sqlite3/0003-do-not-install-tclsqlite3-with-make.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/Makefile.in | ||
+++ b/Makefile.in | ||
@@ -1580,7 +1580,7 @@ | ||
tcl_install_0 = | ||
tcl_install_1 = tclextension-install | ||
|
||
-install: sqlite3$(TEXE) lib_install sqlite3.h sqlite3.pc $(tcl_install_$(HAVE_TCL)) | ||
+install: sqlite3$(TEXE) lib_install sqlite3.h sqlite3.pc | ||
$(INSTALL) -d $(DESTDIR)$(bindir) | ||
$(LTINSTALL) sqlite3$(TEXE) $(DESTDIR)$(bindir) | ||
$(INSTALL) -d $(DESTDIR)$(includedir) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters