SOURCES: tcl-multilib.patch (NEW) - pass CFLAGS when linking
tommat
tommat at pld-linux.org
Fri Mar 2 16:56:47 CET 2007
Author: tommat Date: Fri Mar 2 15:56:47 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- pass CFLAGS when linking
---- Files affected:
SOURCES:
tcl-multilib.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/tcl-multilib.patch
diff -u /dev/null SOURCES/tcl-multilib.patch:1.1
--- /dev/null Fri Mar 2 16:56:47 2007
+++ SOURCES/tcl-multilib.patch Fri Mar 2 16:56:42 2007
@@ -0,0 +1,11 @@
+--- tcl8.5a5/unix/Makefile.in.orig 2007-03-02 15:35:09.000000000 +0100
++++ tcl8.5a5/unix/Makefile.in 2007-03-02 15:35:26.000000000 +0100
+@@ -188,7 +188,7 @@
+ # these definitions by hand.
+
+ STLIB_LD = @STLIB_LD@
+-SHLIB_LD = @SHLIB_LD@
++SHLIB_LD = @SHLIB_LD@ ${CFLAGS}
+ SHLIB_CFLAGS = @SHLIB_CFLAGS@
+ SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
+ TCL_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@
================================================================
More information about the pld-cvs-commit
mailing list