From: Yann E. MORIN Date: Wed, 24 Dec 2014 19:09:12 +0000 (+0100) Subject: package/guile: needs libtool X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ec563a6aeef9af8e05c823c66afc9fa2f1014d4;p=buildroot.git package/guile: needs libtool guile build-depends on libtool, but forgot to select it Kconfig. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- 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.