[Xorg-commit] xc/config/cf Imake.tmpl,1.1.4.3.2.1,1.1.4.3.2.2

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Tue Dec 16 00:48:04 EET 2003


Committed by: ago

Update of /cvs/xorg/xc/config/cf
In directory pdx:/tmp/cvs-serv28559

Modified Files:
      Tag: CYGWIN
	Imake.tmpl 
Log Message:
Another -L/usr/lib which is wrong for crosscompiling

Index: Imake.tmpl
===================================================================
RCS file: /cvs/xorg/xc/config/cf/Imake.tmpl,v
retrieving revision 1.1.4.3.2.1
retrieving revision 1.1.4.3.2.2
diff -u -d -r1.1.4.3.2.1 -r1.1.4.3.2.2
--- Imake.tmpl	11 Dec 2003 19:34:33 -0000	1.1.4.3.2.1
+++ Imake.tmpl	15 Dec 2003 22:48:01 -0000	1.1.4.3.2.2
@@ -1327,7 +1327,7 @@
 #endif
 #endif
 #ifndef LdPostLib
-#if !defined(UseInstalled) && AlternateUsrLibDir && !HasLdRunPath
+#if !defined(UseInstalled) && AlternateUsrLibDir && !HasLdRunPath && !defined(CrossCompileDir)
 #define LdPostLib -L$(USRLIBDIR)
 #else
 #define LdPostLib /**/





More information about the xorg-commit mailing list