]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-soname_fix.patch
f5480fe494314a5e30c425ba8603a0322de17193
[packages/tcl.git] / tcl-soname_fix.patch
1 --- tcl8.3.4/unix/Makefile.in.orig      Tue May 20 13:43:06 2003
2 +++ tcl8.3.4/unix/Makefile.in   Tue May 20 13:45:59 2003
3 @@ -417,7 +417,7 @@
4  # a shared library or non-shared library for Tcl.
5  ${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
6         rm -f ${TCL_LIB_FILE}
7 -       @MAKE_LIB@
8 +       @MAKE_LIB@ -Wl,-soname,libtcl8.3.so
9         if test "x@DL_OBJS@" = "xtclLoadAout.o"; then \
10                 $(RANLIB) ${TCL_LIB_FILE}; \
11         fi
This page took 0.037578 seconds and 2 git commands to generate.