From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 3/3] package/vdr: enable musl/uclibc build
Date: Thu, 30 Dec 2021 23:21:39 +0100 [thread overview]
Message-ID: <20211230232139.720a6ff1@windsurf> (raw)
In-Reply-To: <20211230215149.12357-3-bernd.kuhls@t-online.de>
Hello Bernd,
On Thu, 30 Dec 2021 22:51:49 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> diff --git a/package/vdr/Config.in b/package/vdr/Config.in
> index df602f26d6..1119892d8b 100644
> --- a/package/vdr/Config.in
> +++ b/package/vdr/Config.in
> @@ -2,15 +2,17 @@ config BR2_PACKAGE_VDR
> bool "vdr"
> depends on BR2_INSTALL_LIBSTDCPP
> depends on !BR2_STATIC_LIBS
> + depends on BR2_SYSTEM_ENABLE_NLS
> depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
> depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
> - depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h
> depends on BR2_USE_MMU # fork()
> depends on BR2_USE_WCHAR
> select BR2_PACKAGE_FONTCONFIG
> select BR2_PACKAGE_FREETYPE
> + select BR2_PACKAGE_GETTEXT if !BR2_TOOLCHAIN_USES_GLIBC
Could you provide a bit more explanation about the gettext/nls stuff here?
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-12-30 22:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-30 21:51 [Buildroot] [PATCH v2 1/3] package/vdr: bump version to 2.6.0 Bernd Kuhls
2021-12-30 21:51 ` [Buildroot] [PATCH v2 2/3] package/libexecinfo: new package Bernd Kuhls
2021-12-30 22:41 ` Thomas Petazzoni
2021-12-30 21:51 ` [Buildroot] [PATCH v2 3/3] package/vdr: enable musl/uclibc build Bernd Kuhls
2021-12-30 22:21 ` Thomas Petazzoni [this message]
2021-12-30 22:41 ` [Buildroot] [PATCH v2 1/3] package/vdr: bump version to 2.6.0 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=20211230232139.720a6ff1@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=bernd.kuhls@t-online.de \
--cc=buildroot@buildroot.org \
/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.