]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/guile: needs libtool
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 24 Dec 2014 19:09:12 +0000 (20:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Dec 2014 12:45:36 +0000 (13:45 +0100)
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>
package/guile/Config.in

index 8f86e9f20d0730a4477e957979bd345c2e9ee837..6859caff612585123314f2439cfc3ddda294a5c0 100644 (file)
@@ -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.