summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat/libtool-tag.patch
blob: 3ef4197ce587794caa63421d294433980dfc867e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@