From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/mc: fix build with NLS
Date: Mon, 20 Apr 2020 23:08:13 +0200 [thread overview]
Message-ID: <20200420210813.GK5035@scaer> (raw)
In-Reply-To: <20200420201644.1954370-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2020-04-20 22:16 +0200, Fabrice Fontaine spake thusly:
> gettext is an optional dependency since version 4.8.24 and
> https://github.com/MidnightCommander/mc/commit/f30e6ff283f4bc86177e4360de94dad794678395
>
> Fixes:
> - http://autobuild.buildroot.org/results/0e72b0b5b7d7009bd5ad5f15917e94c86e99131b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Both patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/mc/mc.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/package/mc/mc.mk b/package/mc/mc.mk
> index f83905d89b..4e76b618d8 100644
> --- a/package/mc/mc.mk
> +++ b/package/mc/mc.mk
> @@ -9,7 +9,8 @@ MC_SOURCE = mc-$(MC_VERSION).tar.xz
> MC_SITE = http://ftp.midnight-commander.org
> MC_LICENSE = GPL-3.0+
> MC_LICENSE_FILES = COPYING
> -MC_DEPENDENCIES = libglib2 host-pkgconf
> +MC_DEPENDENCIES = libglib2 host-pkgconf $(TARGET_NLS_DEPENDENCIES)
> +MC_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
>
> ifeq ($(BR2_PACKAGE_GPM),y)
> MC_CONF_OPTS += --with-gpm-mouse
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-04-20 21:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 20:16 [Buildroot] [PATCH 1/2] package/mc: fix build with NLS Fabrice Fontaine
2020-04-20 20:16 ` [Buildroot] [PATCH 2/2] package/mc: do not install mc.lib twice Fabrice Fontaine
2020-04-20 21:08 ` Yann E. MORIN [this message]
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=20200420210813.GK5035@scaer \
--to=yann.morin.1998@free.fr \
--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.