From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/x11r7/xapp_xload: disable gettext detection when not needed
Date: Sat, 2 Jan 2021 22:46:21 +0100 [thread overview]
Message-ID: <20210102214621.GH2997@scaer> (raw)
In-Reply-To: <20201204205052.1404782-1-bernd.kuhls@t-online.de>
Bernd, All,
On 2020-12-04 21:50 +0100, Bernd Kuhls spake thusly:
> Patch originates from FreeBSD:
> https://lists.freebsd.org/pipermail/freebsd-x11/2015-July/016528.html
> https://svnweb.freebsd.org/ports/head/x11/libXpm/Makefile?r1=384234&r2=391122&pathrev=391122
>
> Fixes:
> http://autobuild.buildroot.net/results/2ad/2ad27875ce5c16a111d54d452eb395257e9b5e2b/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Applied to master, thanks.
> ---
> xlib_libXpm was fixed the same way:
> http://patchwork.ozlabs.org/project/buildroot/patch/20180107175626.19944-1-bernd.kuhls at t-online.de/
I have added a reference to that commit in the commit log, thanks!
Regards,
Yann E. MORIN.
> package/x11r7/xapp_xload/xapp_xload.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/x11r7/xapp_xload/xapp_xload.mk b/package/x11r7/xapp_xload/xapp_xload.mk
> index 4bb21ecf0b..9f491ccdc6 100644
> --- a/package/x11r7/xapp_xload/xapp_xload.mk
> +++ b/package/x11r7/xapp_xload/xapp_xload.mk
> @@ -18,4 +18,8 @@ ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
> XAPP_XLOAD_CONF_OPTS += CFLAGS="$(TARGET_CFLAGS) -DRLOADSTUB"
> endif
>
> +ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
> +XAPP_XLOAD_CONF_ENV += ac_cv_search_gettext=no
> +endif
> +
> $(eval $(autotools-package))
> --
> 2.29.2
>
> _______________________________________________
> 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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2021-01-02 21:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 20:50 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xload: disable gettext detection when not needed Bernd Kuhls
2021-01-02 21:46 ` Yann E. MORIN [this message]
2021-01-05 22:05 ` Peter Korsgaard
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=20210102214621.GH2997@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox