Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/guile: Guile 3.0.7 requires libiconv.
@ 2022-02-06  8:43 Pedro Aguilar
  2022-02-06  8:48 ` Giulio Benetti
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pedro Aguilar @ 2022-02-06  8:43 UTC (permalink / raw)
  To: buildroot; +Cc: Pedro Aguilar

This fixes the error reported in the daily results.

Signed-off-by: Pedro Aguilar <paguilar@paguilar.org>
---
 package/guile/Config.in | 1 +
 package/guile/guile.mk  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/guile/Config.in b/package/guile/Config.in
index b1182a4cee..2367a3ed3d 100644
--- a/package/guile/Config.in
+++ b/package/guile/Config.in
@@ -9,6 +9,7 @@ config BR2_PACKAGE_GUILE
 	select BR2_PACKAGE_LIBFFI
 	select BR2_PACKAGE_GMP
 	select BR2_PACKAGE_BDWGC
+	select BR2_PACKAGE_LIBICONV
 	help
 	  Guile is an interpreter and compiler for the Scheme
 	  programming language, a clean and elegant dialect of Lisp.
diff --git a/package/guile/guile.mk b/package/guile/guile.mk
index 0f245fca76..0f26443023 100644
--- a/package/guile/guile.mk
+++ b/package/guile/guile.mk
@@ -15,7 +15,7 @@ GUILE_LICENSE = LGPL-3.0+
 GUILE_LICENSE_FILES = LICENSE COPYING COPYING.LESSER
 GUILE_CPE_ID_VENDOR = gnu
 
-GUILE_DEPENDENCIES = host-guile libunistring libffi gmp bdwgc host-pkgconf
+GUILE_DEPENDENCIES = host-guile libunistring libffi gmp bdwgc host-pkgconf libiconv
 HOST_GUILE_DEPENDENCIES = host-libunistring host-libffi host-gmp host-bdwgc host-flex host-pkgconf host-gettext
 
 # The HAVE_GC* CFLAGS specify that we will use internal callbacks
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-08 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-06  8:43 [Buildroot] [PATCH v1 1/1] package/guile: Guile 3.0.7 requires libiconv Pedro Aguilar
2022-02-06  8:48 ` Giulio Benetti
2022-02-06  8:54 ` Giulio Benetti
2022-02-06  9:30 ` Thomas Petazzoni via buildroot
2022-02-08  9:19   ` Pedro Aguilar
2022-02-08 11:47     ` Giulio Benetti
2022-02-08 12:02       ` Giulio Benetti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox