]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-soname_fix.patch
- updated to 8.4.3
[packages/tcl.git] / tcl-soname_fix.patch
1 --- tcl8.4.3/unix/tcl.m4.wiget  2003-06-09 23:16:10.000000000 +0200
2 +++ tcl8.4.3/unix/tcl.m4        2003-06-09 23:16:10.000000000 +0200
3 @@ -1096,7 +1096,7 @@
4         Linux*)
5             SHLIB_CFLAGS="-fPIC"
6             SHLIB_LD_LIBS='${LIBS}'
7 -           SHLIB_SUFFIX=".so"
8 +           SHLIB_SUFFIX=".so.0.0"
9  
10             # egcs-2.91.66 on Redhat Linux 6.0 generates lots of warnings 
11             # when you inline the string and math operations.  Turn this off to
12 --- tcl8.4.3/unix/Makefile.in.wiget     2003-06-09 23:16:10.000000000 +0200
13 +++ tcl8.4.3/unix/Makefile.in   2003-06-09 23:17:12.000000000 +0200
14 @@ -455,7 +455,8 @@
15  # a shared library or non-shared library for Tcl.
16  ${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
17         rm -f $@
18 -       @MAKE_LIB@
19 +       @MAKE_LIB@ -Wl,-soname,libtcl${VERSION}.so.0
20 +       -ln -sf ${TCL_LIB_FILE} libtcl${VERSION}.so
21  
22  ${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
23         rm -f $@
This page took 0.030343 seconds and 3 git commands to generate.