[Buildroot] [PATCH 1/2] package/guile: needs libtool

Yann E. MORIN yann.morin.1998 at free.fr
Wed Dec 24 19:09:12 UTC 2014


guile build-depends on libtool, but forgot to select it Kconfig.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/guile/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/guile/Config.in b/package/guile/Config.in
index 8f86e9f..6859caf 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.
-- 
1.9.1




More information about the buildroot mailing list