From: lothar Date: Tue, 15 Sep 2009 13:33:27 +0000 (+0000) Subject: fake TCL_INC_DIR for compatibility with current TCL versions X-Git-Tag: v1.5.3~43 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=commitdiff_plain;h=a7c4c0257f81cd34238afd10b7820b1ae774e036 fake TCL_INC_DIR for compatibility with current TCL versions --- diff --git a/build.sh b/build.sh index 7681c6c4..c667d27b 100644 --- a/build.sh +++ b/build.sh @@ -41,6 +41,7 @@ build_host_tools() { exit 1 fi + export TCL_INC_DIR="$(. /usr/lib/tclConfig.sh; echo $TCL_INCLUDE_SPEC | sed 's/^-I//')" mkdir -p "$tools_dir" cd "$tools_dir" sh ../src/configure $config_opts