]> git.pld-linux.org Git - packages/tk.git/blame - tk-soname_fix.patch
- one more fix (now build without tk-devel installed)
[packages/tk.git] / tk-soname_fix.patch
CommitLineData
89214338
AF
1--- tk8.3.4/unix/Makefile.in.wiget 2003-06-07 09:27:16.000000000 +0000
2+++ tk8.3.4/unix/Makefile.in 2003-06-07 09:28:45.000000000 +0000
3@@ -371,7 +371,8 @@
74cb7514 4 # a shared library or non-shared library for Tk.
5 ${TK_LIB_FILE}: ${OBJS}
6 rm -f ${TK_LIB_FILE}
7- @MAKE_LIB@
89214338
AF
8+ @MAKE_LIB@ -Wl,-soname,libtk${VERSION}.so.0
9+ -ln -sf ${TK_LIB_FILE} libtk${VERSION}.so
74cb7514 10 $(RANLIB) ${TK_LIB_FILE}
ab328e1a 11
74cb7514 12 ${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
89214338
AF
13--- tk8.3.4/unix/tcl.m4.wiget 2003-06-07 09:27:17.000000000 +0000
14+++ tk8.3.4/unix/tcl.m4 2003-06-07 09:27:17.000000000 +0000
e91a42e6
AF
15@@ -829,7 +829,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.437453 seconds and 4 git commands to generate.