diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2013-06-24 10:40:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-28 16:20:04 +0200 |
commit | 0b59411c759c8fe97e4edf78a7cd489d5c86ad66 (patch) | |
tree | 1bb1dd6d18b9f47b126d15e0090298adbb33a913 | |
parent | 06bbffb5f2f6fb66007306282890621d9ed94677 (diff) | |
download | buildroot-0b59411c759c8fe97e4edf78a7cd489d5c86ad66.tar.gz buildroot-0b59411c759c8fe97e4edf78a7cd489d5c86ad66.zip |
tcl: install the libtcl into staging
The tcl package contains a lib, so it should go into staging.
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/tcl/tcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |