From: Richard Genoud Date: Mon, 24 Jun 2013 08:40:54 +0000 (+0200) Subject: tcl: install the libtcl into staging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b59411c759c8fe97e4edf78a7cd489d5c86ad66;p=buildroot.git tcl: install the libtcl into staging The tcl package contains a lib, so it should go into staging. Signed-off-by: Richard Genoud Signed-off-by: Thomas Petazzoni --- diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index 564d5bca80..cc0565c0da 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -12,6 +12,7 @@ TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION_MAJOR) TCL_LICENSE = tcl license TCL_LICENSE_FILES = license.terms TCL_SUBDIR = unix +TCL_INSTALL_STAGING = YES TCL_CONF_OPT = \ --disable-symbols \ --disable-langinfo \