summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 17:34:12 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 17:34:12 (EDT)
commit10bab1ccace469c6423b85ab84b01002e55b5710 (patch)
tree919462a7bdcd95f9eadcf90429dcd17a7a2bee26
parent3bc58eb4d8fa777db7f231b1c4cc6b33b3294ed3 (diff)
build: Set the SONAME of libtcl8.6.so.
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 2fbab74..04bbd7a 100755
--- a/build
+++ b/build
@@ -6,7 +6,8 @@ nop:
@:
configure:
- oh-autoconfigure -s src/unix -- \
+ TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \
+ oh-autoconfigure -s src/unix -- \
--enable-shared \
--enable-threads \
--enable-dll-unloading \