All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/exfat-utils: fix compilation error with musl
Date: Sun, 26 Jul 2015 23:34:13 +0300	[thread overview]
Message-ID: <20150726203413.GG17029@tarshish> (raw)
In-Reply-To: <CA+BsyQ6gLC2LQdReP1rAuO1CjeL+BAw0+Z9qFB7moLWTUh5v9A@mail.gmail.com>

Hi Brendan,

On Sun, Jul 26, 2015 at 09:14:29PM +0100, Brendan Heading wrote:
> > Just copy the dependencies of BR2_PACKAGE_LIBFUSE to
> > BR2_PACKAGE_EXFAT_UTILS.
> > See the explanation at
> > http://nightly.buildroot.org/manual.html#_config_files
> > under "Choosing depends on or select".
> 
> I think this has already been done ? package/exfat/Config.in :
> 
> config BR2_PACKAGE_EXFAT
> bool "exFAT (FUSE)"
> depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
> depends on BR2_USE_MMU # libfuse
> depends on BR2_USE_WCHAR
> depends on !BR2_STATIC_LIBS # libfuse
> select BR2_PACKAGE_LIBFUSE <-- added by me

As far as I can see your patch touches package/exfat-utils/Config.in, not 
package/exfat/Config.in.

baruch

> help
>   A full-featured exFAT file system implementation for GNU/Linux
>   and other Unix-like systems as a FUSE module.
> 
>   http://code.google.com/p/exfat/
> 
> package/libfuse/Config.in :
> 
> config BR2_PACKAGE_LIBFUSE
> bool "libfuse"
> # Really doesn't like static, see fuse/lib/fuse.c
> depends on !BR2_STATIC_LIBS
> depends on BR2_TOOLCHAIN_HAS_THREADS
> depends on BR2_USE_MMU # fork()
> help
>   FUSE (Filesystem in UserSpacE)
> 
>   http://fuse.sourceforge.net/

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2015-07-26 20:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-26 17:35 [Buildroot] [PATCH 1/1] package/exfat-utils: fix compilation error with musl Brendan Heading
2015-07-26 19:38 ` Baruch Siach
2015-07-26 19:59   ` Brendan Heading
2015-07-26 20:04     ` Baruch Siach
2015-07-26 20:14       ` Brendan Heading
2015-07-26 20:34         ` Baruch Siach [this message]
2015-07-26 20:41           ` Brendan Heading
2015-07-26 20:07 ` Yann E. MORIN
2015-07-26 20:15   ` Brendan Heading
2015-07-26 20:59 ` Thomas Petazzoni
2015-07-26 22:56   ` Brendan Heading

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=20150726203413.GG17029@tarshish \
    --to=baruch@tkos.co.il \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.