diff options
author | Andrew Ruder <andrew.ruder@elecsyscorp.com> | 2014-04-08 15:54:04 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-04-09 00:57:19 +0200 |
commit | 7fda943b435d0ad64125d004aae82c6ee4d821da (patch) | |
tree | 68af75fdbae6e7f14ae8573fd8df27da94d8a2b1 /package/tcllib/tcllib.mk | |
parent | 28f0d896aed92980fcfcc3d6033772607c790a58 (diff) |
tcl: bump to version 8.6.1
Turn off building compatibility layers for old/broken versions of
standard functions (strstr, strtoul, strtod) with the assumption that
anything buildroot is using as a standard C library will be good enough
to not have broken behavior.
Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tcllib/tcllib.mk')
-rw-r--r-- | package/tcllib/tcllib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcllib/tcllib.mk b/package/tcllib/tcllib.mk index f2aca364d..037ec1c41 100644 --- a/package/tcllib/tcllib.mk +++ b/package/tcllib/tcllib.mk @@ -10,6 +10,6 @@ TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$( TCLLIB_LICENSE = tcl license TCLLIB_LICENSE_FILES = license.terms TCLLIB_DEPENDENCIES = host-tcl -TCLLIB_CONF_ENV = ac_cv_path_tclsh="$(HOST_DIR)/usr/bin/tclsh8.4" +TCLLIB_CONF_ENV = ac_cv_path_tclsh="$(HOST_DIR)/usr/bin/tclsh$(TCL_VERSION_MAJOR)" $(eval $(autotools-package)) |