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