public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/exfatprogs: needs wchar
Date: Mon, 20 Apr 2020 00:50:24 +0200	[thread overview]
Message-ID: <20200419225024.341725-1-fontaine.fabrice@gmail.com> (raw)

exfatprogs unconditionally uses wchar_t in libexfat.h

Fixes:
 - http://autobuild.buildroot.org/results/884bbaec2bbbff33c30a0bebda3d95198aa1281c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/exfatprogs/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/exfatprogs/Config.in b/package/exfatprogs/Config.in
index 99defb5b69..4f50427a68 100644
--- a/package/exfatprogs/Config.in
+++ b/package/exfatprogs/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_EXFATPROGS
 	bool "exfatprogs"
+	depends on BR2_USE_WCHAR
 	help
 	  exFAT filesystem userspace utilities.
 
@@ -11,3 +12,6 @@ config BR2_PACKAGE_EXFATPROGS
 	  programs in package/exfat-utils.
 
 	  https://github.com/exfatprogs/exfatprogs
+
+comment "exfatprogs needs a toolchain w/ wchar"
+	depends on !BR2_USE_WCHAR
-- 
2.25.1

             reply	other threads:[~2020-04-19 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19 22:50 Fabrice Fontaine [this message]
2020-04-20  5:53 ` [Buildroot] [PATCH 1/1] package/exfatprogs: needs wchar Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200419225024.341725-1-fontaine.fabrice@gmail.com \
    --to=fontaine.fabrice@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox