From 931cb4d1e13a50282614f470e6c7c2f61dc7179b Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 22 Dec 2019 15:02:37 +0100 Subject: [PATCH] package/openocd: use host-jimtcl for host variant This will fix a build failure raised by commit 06aa2995350922197c6db0a46e39ac5c37d5a49e which dropped patch on embedded jimtcl Fixes: - http://autobuild.buildroot.org/results/bd140b5f433d4272f3efd43ff840e13e4301c4db Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/openocd/openocd.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk index 29e4f4b31f..7887f3a6dc 100644 --- a/package/openocd/openocd.mk +++ b/package/openocd/openocd.mk @@ -97,12 +97,12 @@ HOST_OPENOCD_CONF_OPTS = \ --oldincludedir=$(HOST_DIR)/include \ --includedir=$(HOST_DIR)/include \ --disable-doxygen-html \ - --with-jim-shared=no \ + --disable-internal-jimtcl \ --disable-shared \ --enable-dummy \ --disable-werror -HOST_OPENOCD_DEPENDENCIES = host-libftdi host-libusb host-libusb-compat +HOST_OPENOCD_DEPENDENCIES = host-jimtcl host-libftdi host-libusb host-libusb-compat # Avoid documentation rebuild. On PowerPC64(le), we patch the # configure script. Due to this, the version.texi files gets -- 2.30.2