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.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat/libtool-tag.patch b/meta/recipes-core/expat/expat/libtool-tag.patch
new file mode 100644
index 0000000000..3ef4197ce5
--- /dev/null
+++ b/meta/recipes-core/expat/expat/libtool-tag.patch
@@ -0,0 +1,18 @@
1Add CC tag to build
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6Index: expat-2.2.2/Makefile.in
7===================================================================
8--- expat-2.2.2.orig/Makefile.in
9+++ expat-2.2.2/Makefile.in
10@@ -109,7 +109,7 @@ mkdir-init:
11
12 CC = @CC@
13 CXX = @CXX@
14-LIBTOOL = @LIBTOOL@
15+LIBTOOL = @LIBTOOL@ --tag CC
16
17 INCLUDES = -I$(srcdir)/lib -I.
18 LDFLAGS = @LDFLAGS@