All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed
@ 2018-01-07 17:56 Bernd Kuhls
  2018-01-07 20:36 ` Thomas Petazzoni
  2018-01-08 21:53 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2018-01-07 17:56 UTC (permalink / raw)
  To: buildroot

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/f24/f24dc74c111690f068833ff6fc72df9a0853d210/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xlib_libXpm/xlib_libXpm.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/x11r7/xlib_libXpm/xlib_libXpm.mk b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
index e781a8b518..09f897ea09 100644
--- a/package/x11r7/xlib_libXpm/xlib_libXpm.mk
+++ b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
@@ -16,4 +16,8 @@ XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto \
 	$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
 	$(TARGET_NLS_DEPENDENCIES)
 
+ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
+XLIB_LIBXPM_CONF_ENV = ac_cv_search_gettext=no
+endif
+
 $(eval $(autotools-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed
  2018-01-07 17:56 [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed Bernd Kuhls
@ 2018-01-07 20:36 ` Thomas Petazzoni
  2018-01-08 21:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-01-07 20:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  7 Jan 2018 18:56:26 +0100, Bernd Kuhls wrote:
> 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/f24/f24dc74c111690f068833ff6fc72df9a0853d210/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Not the nicest fix, but it is much simpler than fixing the gettext
integration in xlib_libXpm, so: applied.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed
  2018-01-07 17:56 [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed Bernd Kuhls
  2018-01-07 20:36 ` Thomas Petazzoni
@ 2018-01-08 21:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-01-08 21:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > 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/f24/f24dc74c111690f068833ff6fc72df9a0853d210/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-01-08 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-07 17:56 [Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed Bernd Kuhls
2018-01-07 20:36 ` Thomas Petazzoni
2018-01-08 21:53 ` Peter Korsgaard

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.