summaryrefslogtreecommitdiffstats
path: root/package/guile
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-12-24 20:09:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-26 13:45:36 +0100
commit4ec563a6aeef9af8e05c823c66afc9fa2f1014d4 (patch)
tree605cd3eb2e9aeaa60770c8e9272b2d45227a8aef /package/guile
parent49b147ccbb807238009fde815ad68e953077bc3a (diff)
downloadbuildroot-4ec563a6aeef9af8e05c823c66afc9fa2f1014d4.tar.gz
buildroot-4ec563a6aeef9af8e05c823c66afc9fa2f1014d4.zip
package/guile: needs libtool
guile build-depends on libtool, but forgot to select it Kconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/guile')
-rw-r--r--package/guile/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/guile/Config.in b/package/guile/Config.in
index 8f86e9f20d..6859caff61 100644
--- a/package/guile/Config.in
+++ b/package/guile/Config.in
@@ -8,6 +8,7 @@ config BR2_PACKAGE_GUILE
select BR2_PACKAGE_LIBFFI
select BR2_PACKAGE_GMP
select BR2_PACKAGE_BDWGC
+ select BR2_PACKAGE_LIBTOOL
help
Guile is an interpreter and compiler for the Scheme
programming language, a clean and elegant dialect of Lisp.
OpenPOWER on IntegriCloud