blob: 33d912d3562cc33fb2772275f1c331e79f7250f8 [file] [log] [blame]
Andrew Geisslerd1e89492021-02-12 15:35:20 -06001From c8df3cf4556d8d78a98675865395ce42f3b67109 Mon Sep 17 00:00:00 2001
Andrew Geissler82c905d2020-04-13 13:39:40 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 20 Apr 2016 21:11:00 -0700
Andrew Geisslerd1e89492021-02-12 15:35:20 -06004Subject: [PATCH] Define DUMMY_LOCALE_T if not defined
Andrew Geissler82c905d2020-04-13 13:39:40 -05005
6This is a hack to fix building the locale bits on an older
7CentOs 5.X machine
8
9Upstream-Status: Inappropriate [other]
10
11Signed-off-by: Khem Raj <raj.khem@gmail.com>
12---
13 locale/programs/config.h | 3 +++
14 1 file changed, 3 insertions(+)
15
16diff --git a/locale/programs/config.h b/locale/programs/config.h
Andrew Geisslerd1e89492021-02-12 15:35:20 -060017index 2edcf3696c..5350101e38 100644
Andrew Geissler82c905d2020-04-13 13:39:40 -050018--- a/locale/programs/config.h
19+++ b/locale/programs/config.h
20@@ -19,6 +19,9 @@
21 #ifndef _LD_CONFIG_H
22 #define _LD_CONFIG_H 1
23
24+#ifndef DUMMY_LOCALE_T
25+#define DUMMY_LOCALE_T
26+#endif
27 /* Use the internal textdomain used for libc messages. */
28 #define PACKAGE _libc_intl_domainname
29 #ifndef VERSION