summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-11-27 16:43:52 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-27 21:25:27 +0100
commitf42cbb084fe25fe0f7bdf32671ff82456577f4b4 (patch)
tree074040a958420e9908e64246b423c519ab8d6b15
parent9e5390a20bf7019d950da3849bb305f5edf692c6 (diff)
downloadbuildroot-f42cbb084fe25fe0f7bdf32671ff82456577f4b4.tar.gz
buildroot-f42cbb084fe25fe0f7bdf32671ff82456577f4b4.zip
package/systemd-bootchart: fix build w/ glibc 2.26
Fixes: http://autobuild.buildroot.org/results/7f7af0d41120626edbbca839c9fdbb5c6bd259c2/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/systemd-bootchart/0001-parse-util-Don-t-use-xlocale.h-35.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/systemd-bootchart/0001-parse-util-Don-t-use-xlocale.h-35.patch b/package/systemd-bootchart/0001-parse-util-Don-t-use-xlocale.h-35.patch
new file mode 100644
index 0000000000..4eae7e65e4
--- /dev/null
+++ b/package/systemd-bootchart/0001-parse-util-Don-t-use-xlocale.h-35.patch
@@ -0,0 +1,32 @@
+From 15062a4501a1dffccd7cb6374b415693fa4435bf Mon Sep 17 00:00:00 2001
+From: Jussi Kukkonen <jussi.kukkonen@intel.com>
+Date: Tue, 18 Jul 2017 22:55:50 +0300
+Subject: [PATCH] parse-util: Don't use xlocale.h (#35)
+
+glibc 2.26 no longer contains the non-standard xlocale.h
+(http://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27)
+
+This change shouldn't break anything as xlocale.h was a subset of
+locale.h.
+
+[yann.morin.1998@free.fr: backported from upstream]
+Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
+---
+ src/parse-util.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/parse-util.c b/src/parse-util.c
+index 5635a68..1b2169c 100644
+--- a/src/parse-util.c
++++ b/src/parse-util.c
+@@ -21,7 +21,6 @@
+ #include <locale.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <xlocale.h>
+
+ #include "macro.h"
+ #include "parse-util.h"
+--
+2.11.0
+
OpenPOWER on IntegriCloud