7fda943b43
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>
16 lines
578 B
Makefile
16 lines
578 B
Makefile
################################################################################
|
|
#
|
|
# tcllib
|
|
#
|
|
################################################################################
|
|
|
|
TCLLIB_VERSION = 1.13
|
|
TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
|
|
TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
|
|
TCLLIB_LICENSE = tcl license
|
|
TCLLIB_LICENSE_FILES = license.terms
|
|
TCLLIB_DEPENDENCIES = host-tcl
|
|
TCLLIB_CONF_ENV = ac_cv_path_tclsh="$(HOST_DIR)/usr/bin/tclsh$(TCL_VERSION_MAJOR)"
|
|
|
|
$(eval $(autotools-package))
|