- Fix SONAME in libtk84.so.1
This commit is contained in:
parent
64146ec6ac
commit
14385c1873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340079
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,14 @@
|
|||
--- configure.orig 2008-04-17 17:14:08.000000000 +0200
|
||||
+++ configure 2010-12-09 09:27:23.108864895 +0100
|
||||
@@ -3427,6 +3428,7 @@
|
||||
--- configure.orig 2013-06-03 19:29:08.000000000 +0200
|
||||
+++ configure 2014-01-17 18:06:08.000000000 +0100
|
||||
@@ -2927,6 +2927,7 @@
|
||||
SHLIB_CFLAGS="-fPIC"
|
||||
SHLIB_LD="${CC} -shared"
|
||||
TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
|
||||
+ TK_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
|
||||
SHLIB_SUFFIX=".so"
|
||||
DL_OBJS="tclLoadDl.o"
|
||||
DL_LIBS=""
|
||||
@@ -3418,6 +3419,7 @@
|
||||
#define _POSIX_PTHREAD_SEMANTICS 1
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue