jimtcl: update to version 0.82
commitdccf323c1f78d015f75db4cef8cdc33523e1abd6
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 4 Mar 2023 11:08:58 +0000 (4 12:08 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 18 Mar 2023 21:59:19 +0000 (18 21:59 +0000)
tree2180f376cedf77e441cf92715d9e1e07fbf2786c
parent45eeeab3080991168a07854af5dded926a22253c
jimtcl: update to version 0.82

The new version modifies it's auto configure in change
https://github.com/msteveb/jimtcl/commit/ccd47be13019
stating:
configure: Default to --full
Now use --minimal and/or --without-ext to disable things.

With such change jimtcl doesn't build anymore as OpenOCD submodule
because of errors linking with new dependencies openssl and zlib.

Use option --minimal to keep the same build configuration as with
former jimtcl 0.81.
Add option --disable-ssl to avoid a build error on system with no
ssl libraries installed. This is already fixed in jimtcl upstream
but not part of 0.82. Note that ssl is not currently used by
OpenOCD.

Change-Id: I0879891dbd083bfbff1e904daf6cd549c3329bbf
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7517
Tested-by: jenkins
configure.ac
jimtcl