summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libcdio/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libcdio/Config.in b/package/libcdio/Config.in
index fdc001ec40..531af3bb93 100644
--- a/package/libcdio/Config.in
+++ b/package/libcdio/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_LIBCDIO
bool "libcdio"
depends on BR2_USE_MMU # fork()
+ # ARC toolchain issue
+ depends on !BR2_arc
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
The GNU Compact Disc Input and Control library.
OpenPOWER on IntegriCloud