aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat/libtool-tag.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-11 00:35:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-16 00:01:42 +0100
commitd404d5574b0c270656fda4dc051babe82e8828a9 (patch)
treec36178c10c352d46885235d56816891c2fce8ba8 /meta/recipes-core/expat/expat/libtool-tag.patch
parent46feafdc13b8c3c4b03d44a4a95a87d4ee25300c (diff)
downloadopenembedded-core-contrib-d404d5574b0c270656fda4dc051babe82e8828a9.tar.gz
expat: Upgrade to 2.2.3
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
+Add CC tag to build
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Index: expat-2.2.2/Makefile.in
+===================================================================
+--- expat-2.2.2.orig/Makefile.in
++++ expat-2.2.2/Makefile.in
+@@ -109,7 +109,7 @@ mkdir-init:
+
+ CC = @CC@
+ CXX = @CXX@
+-LIBTOOL = @LIBTOOL@
++LIBTOOL = @LIBTOOL@ --tag CC
+
+ INCLUDES = -I$(srcdir)/lib -I.
+ LDFLAGS = @LDFLAGS@