MSYS2-packages/db/5.3-tcl.patch
Christoph Reiter 45cdbbdafd Revert "db: Update to 6.2.32"
This reverts commit de8fd37d959f30b41d80c7d60849d758333b7cef.
2023-01-01 20:46:29 +01:00

12 lines
463 B
Diff

--- origsrc/db-5.3.21/dist/aclocal/tcl.m4 2012-05-11 12:57:48.000000000 -0500
+++ src/db-5.3.21/dist/aclocal/tcl.m4 2013-03-08 00:21:33.268494500 -0600
@@ -107,7 +107,7 @@ AC_DEFUN(SC_LOAD_TCLCONFIG, [
# given by the Tcl spec are insufficient for our use. [#5779],[#17109]
#
case "$host_os" in
- aix*)
+ aix*|cygwin*)
LIBTSO_LIBS="$LIBTSO_LIBS $TCL_LIB_SPEC $TCL_LIB_FLAG"
LIBTSO_LIBS="$LIBTSO_LIBS -L$TCL_EXEC_PREFIX/lib -ltcl$TCL_VERSION";;
esac