aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freetype/freetype-2.3.9/libtool-tag.patch
blob: 2f096cdd46d16abf1dcf1281644f0303920911e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- freetype-2.3.6/builds/unix/unix-cc.in	
+++ freetype-2.3.6/builds/unix/unix-cc.in	
@@ -88,7 +88,7 @@ 
 #
 #
 CCraw := $(CC)
-CC    := $(LIBTOOL) --mode=compile $(CCraw)
+CC    := $(LIBTOOL) --tag=CC --mode=compile $(CCraw)
 
 # Linker flags.
 #
@@ -105,7 +105,7 @@ 
 
 # Library linking
 #
-LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
+LINK_LIBRARY = $(LIBTOOL) --tag=CC --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
                           -rpath $(libdir) -version-info $(version_info) \
                           $(LDFLAGS) -no-undefined \
                           # -export-symbols $(EXPORTS_LIST)