summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat/libtool-tag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/expat/expat/libtool-tag.patch')
-rw-r--r--meta/recipes-core/expat/expat/libtool-tag.patch34
1 files changed, 23 insertions, 11 deletions
diff --git a/meta/recipes-core/expat/expat/libtool-tag.patch b/meta/recipes-core/expat/expat/libtool-tag.patch
index 3ef4197ce5..0a0aed23e5 100644
--- a/meta/recipes-core/expat/expat/libtool-tag.patch
+++ b/meta/recipes-core/expat/expat/libtool-tag.patch
@@ -1,18 +1,30 @@
1From 10342e6b600858b091bc7771e454d9e06af06410 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 2 Nov 2017 18:20:57 +0800
4Subject: [PATCH] Add CC tag to build
5
1Add CC tag to build 6Add CC tag to build
2 7
3Upstream-Status: Pending 8Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10Signed-off-by: Dengke Du <dengke.du@windriver.com>
11---
12 Makefile.in | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
5 14
6Index: expat-2.2.2/Makefile.in 15diff --git a/Makefile.in b/Makefile.in
7=================================================================== 16index 9560a95..d444bd6 100644
8--- expat-2.2.2.orig/Makefile.in 17--- a/Makefile.in
9+++ expat-2.2.2/Makefile.in 18+++ b/Makefile.in
10@@ -109,7 +109,7 @@ mkdir-init: 19@@ -319,7 +319,7 @@ LIBCURRENT = @LIBCURRENT@
11 20 LIBOBJS = @LIBOBJS@
12 CC = @CC@ 21 LIBREVISION = @LIBREVISION@
13 CXX = @CXX@ 22 LIBS = @LIBS@
14-LIBTOOL = @LIBTOOL@ 23-LIBTOOL = @LIBTOOL@
15+LIBTOOL = @LIBTOOL@ --tag CC 24+LIBTOOL = @LIBTOOL@ --tag CC
16 25 LIPO = @LIPO@
17 INCLUDES = -I$(srcdir)/lib -I. 26 LN_S = @LN_S@
18 LDFLAGS = @LDFLAGS@ 27 LTLIBOBJS = @LTLIBOBJS@
28--
292.7.4
30