All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/tvheadend: override default local
@ 2016-11-06 10:45 Romain Naour
  0 siblings, 0 replies; only message in thread
From: Romain Naour @ 2016-11-06 10:45 UTC (permalink / raw)
  To: buildroot

The mkbundle python script require an utf8 encoding in Local to work
properly. With LC_ALL=C as Local on the host, mkbundle can't encode non
ASCII characters.

Force C.UTF-8 Local on the build command line.

Fixes:
http://autobuild.buildroot.net/results/6fe/6fe3331f1f1d54cb977bb61a09d7707f19f7eafa

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/tvheadend/tvheadend.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index a3afec8..69b854b 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -88,7 +88,7 @@ define TVHEADEND_CONFIGURE_CMDS
 endef
 
 define TVHEADEND_BUILD_CMDS
-	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
+	$(TARGET_MAKE_ENV) LC_ALL=C.UTF-8 $(MAKE) -C $(@D)
 endef
 
 define TVHEADEND_INSTALL_TARGET_CMDS
-- 
2.5.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-06 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-06 10:45 [Buildroot] [PATCH] package/tvheadend: override default local Romain Naour

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.