Files
MINGW-packages/mingw-w64-sqlcipher/02-fix-tcl-find.patch
Asterios Dimitriou 45ab4d5dd6 sqlcipher: update to 4.4.0 (#4745)
enable more extensions to match the sqlite3 package
remove the signing key as it can not used for the github archive
2018-12-05 12:09:45 +03:00

12 lines
494 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,7 @@
# if not, then we fall back to plain tclsh.
# TODO: try other versions before falling back?
#
-AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.7 tclsh8.6 tclsh8.5 tclsh], none)
+AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.7 tclsh87 tclsh8.6 tclsh86 tclsh8.5 tclsh85 tclsh], none)
if test "$TCLSH_CMD" = "none"; then
# If we can't find a local tclsh, then building the amalgamation will fail.
# We act as though --disable-amalgamation has been used.