]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-multilib.patch
- pass CFLAGS when linking
[packages/tcl.git] / tcl-multilib.patch
1 --- tcl8.5a5/unix/Makefile.in.orig      2007-03-02 15:35:09.000000000 +0100
2 +++ tcl8.5a5/unix/Makefile.in   2007-03-02 15:35:26.000000000 +0100
3 @@ -188,7 +188,7 @@
4  # these definitions by hand.
5  
6  STLIB_LD               = @STLIB_LD@
7 -SHLIB_LD               = @SHLIB_LD@
8 +SHLIB_LD               = @SHLIB_LD@ ${CFLAGS}
9  SHLIB_CFLAGS           = @SHLIB_CFLAGS@
10  SHLIB_LD_LIBS          = @SHLIB_LD_LIBS@
11  TCL_SHLIB_LD_EXTRAS    = @TCL_SHLIB_LD_EXTRAS@
This page took 0.055683 seconds and 3 git commands to generate.