You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							49 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							49 lines
						
					
					
						
							1.8 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
#  | 
						|
# Filename: package/.../libjpeg/libtool-tag.patch | 
						|
# Copyright (C) 2006 The OpenSDE Project | 
						|
#  | 
						|
# More information can be found in the files COPYING and README. | 
						|
#  | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
libtool can't understand what our $(CC) is, let's help him. | 
						|
 | 
						|
--- ./makefile.cfg.orig	2006-09-24 09:07:04.000000000 +0200 | 
						|
+++ ./makefile.cfg	2006-09-24 09:17:23.000000000 +0200 | 
						|
@@ -140,7 +140,7 @@ | 
						|
  | 
						|
 # How to compile with libtool. | 
						|
 @[email protected]: | 
						|
-@COM_LT@	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $(srcdir)/$*.c | 
						|
+@COM_LT@	$(LIBTOOL) --mode=compile --tag CC $(CC) $(CFLAGS) -c $(srcdir)/$*.c | 
						|
  | 
						|
 # How to use ansi2knr, when not using libtool. | 
						|
 @[email protected]: | 
						|
@@ -168,7 +168,7 @@ | 
						|
  | 
						|
 # with libtool: | 
						|
 libjpeg.la: @A2K_DEPS@ $(LIBOBJECTS) | 
						|
-	$(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \ | 
						|
+	$(LIBTOOL) --mode=link --tag CC $(CC) -o libjpeg.la $(LIBOBJECTS) \ | 
						|
 		-rpath $(libdir) -version-info $(JPEG_LIB_VERSION) | 
						|
  | 
						|
 # sample programs: | 
						|
--- ./configure.orig	2006-09-24 09:34:05.000000000 +0200 | 
						|
+++ ./configure	2006-09-24 09:34:27.000000000 +0200 | 
						|
@@ -1532,7 +1532,7 @@ | 
						|
   LIBTOOL="libtool" | 
						|
   O="lo" | 
						|
   A="la" | 
						|
-  LN='$(LIBTOOL) --mode=link $(CC)' | 
						|
+  LN='$(LIBTOOL) --mode=link --tag CC $(CC)' | 
						|
   INSTALL_LIB='$(LIBTOOL) --mode=install ${INSTALL}' | 
						|
   INSTALL_PROGRAM="\$(LIBTOOL) --mode=install $INSTALL_PROGRAM" | 
						|
 else
 | 
						|
 |