All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] package/rhash: fix activation of gettext
@ 2020-11-13  6:51 Fabrice Fontaine
  2022-01-08 11:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-11-13  6:51 UTC (permalink / raw)
  To: buildroot

Since commit ead2afda13e5541a7d8e759f5cfec4ab38605dcc, gettext is
wrongly disabled when BR2_SYSTEM_ENABLE_NLS is set

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rhash/rhash.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rhash/rhash.mk b/package/rhash/rhash.mk
index 55fb08ecea..b2f654a6c3 100644
--- a/package/rhash/rhash.mk
+++ b/package/rhash/rhash.mk
@@ -14,9 +14,9 @@ RHASH_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
 RHASH_ADDLDFLAGS = $(TARGET_NLS_LIBS)
 
 ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
-RHASH_CONF_OPTS += --disable-gettext
-else
 RHASH_CONF_OPTS += --enable-gettext
+else
+RHASH_CONF_OPTS += --disable-gettext
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yx)
-- 
2.28.0

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

* Re: [Buildroot] [PATCH/next 1/1] package/rhash: fix activation of gettext
  2020-11-13  6:51 [Buildroot] [PATCH/next 1/1] package/rhash: fix activation of gettext Fabrice Fontaine
@ 2022-01-08 11:22 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-01-08 11:22 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Fri, 13 Nov 2020 07:51:24 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Since commit ead2afda13e5541a7d8e759f5cfec4ab38605dcc, gettext is
> wrongly disabled when BR2_SYSTEM_ENABLE_NLS is set
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/rhash/rhash.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-08 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13  6:51 [Buildroot] [PATCH/next 1/1] package/rhash: fix activation of gettext Fabrice Fontaine
2022-01-08 11:22 ` Thomas Petazzoni

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.