SOURCES: attr-lt.patch - pass CC with CFLAGS to libtool when linki...
tommat
tommat at pld-linux.org
Fri Jan 26 14:19:14 CET 2007
Author: tommat Date: Fri Jan 26 13:19:14 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- pass CC with CFLAGS to libtool when linking - fixing multilib sparc build
---- Files affected:
SOURCES:
attr-lt.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/attr-lt.patch
diff -u SOURCES/attr-lt.patch:1.1 SOURCES/attr-lt.patch:1.2
--- SOURCES/attr-lt.patch:1.1 Wed May 25 00:00:02 2005
+++ SOURCES/attr-lt.patch Fri Jan 26 14:19:09 2007
@@ -5,7 +5,7 @@
LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-LTLINK = $(LIBTOOL) --mode=link $(CC)
-+LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CC)
++LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CCF)
LTEXEC = $(LIBTOOL) --mode=execute
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/attr-lt.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list