diff options
author | P. 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) |
commit | 10bab1ccace469c6423b85ab84b01002e55b5710 (patch) | |
tree | 919462a7bdcd95f9eadcf90429dcd17a7a2bee26 | |
parent | 3bc58eb4d8fa777db7f231b1c4cc6b33b3294ed3 (diff) |
build: Set the SONAME of libtcl8.6.so.
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |