summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch')
-rw-r--r--meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
index 8729e1b447..6064d18854 100644
--- a/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ b/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
@@ -1,4 +1,4 @@
1From b9565dc2fe0c4f7daaec91b7e83bc7313dee2f4a Mon Sep 17 00:00:00 2001 1From 86db2a5f3b7ef8113e5384b4e02d2b299c87a047 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 13 Apr 2015 17:02:13 -0700 3Date: Mon, 13 Apr 2015 17:02:13 -0700
4Subject: [PATCH] Unset need_charset_alias when building for musl 4Subject: [PATCH] Unset need_charset_alias when building for musl
@@ -11,15 +11,16 @@ coreutils
11Upstream-Status: Pending 11Upstream-Status: Pending
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14
14--- 15---
15 lib/gnulib.mk | 2 +- 16 gl/lib/Makefile.am | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-) 17 1 file changed, 1 insertion(+), 1 deletion(-)
17 18
18Index: findutils-4.5.14/gl/lib/Makefile.am 19diff --git a/gl/lib/Makefile.am b/gl/lib/Makefile.am
19=================================================================== 20index a9e2fe4..1c6ea9c 100644
20--- findutils-4.5.14.orig/gl/lib/Makefile.am 21--- a/gl/lib/Makefile.am
21+++ findutils-4.5.14/gl/lib/Makefile.am 22+++ b/gl/lib/Makefile.am
22@@ -1220,7 +1220,7 @@ install-exec-localcharset: all-local 23@@ -1234,7 +1234,7 @@ install-exec-localcharset: all-local
23 case '$(host_os)' in \ 24 case '$(host_os)' in \
24 darwin[56]*) \ 25 darwin[56]*) \
25 need_charset_alias=true ;; \ 26 need_charset_alias=true ;; \