From e99baa4adc647550ef575fcb23eeb8edcadf9e33 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 31 Aug 2015 02:06:02 +0100 Subject: [PATCH] Remove leading space from LC_CTYPE set in Documentation/DocBook/Makefile This sort of worked in that the C library would fall back to the "C" locale, but it's not really what I intended. --- .../bugfix/all/docbook-use-a-fixed-encoding-for-output.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch b/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch index c20cdc110..cbeafd313 100644 --- a/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch +++ b/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch @@ -22,7 +22,7 @@ Signed-off-by: Ben Hutchings + +# Use a fixed encoding - UTF-8 if the C library has support built-in +# or ASCII if not -+LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE), C.UTF-8, C) ++LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE),C.UTF-8,C) +export LC_CTYPE XMLTOFLAGS = -m $(srctree)/$(src)/stylesheet.xsl