From 10bab1ccace469c6423b85ab84b01002e55b5710 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 18 Sep 2013 17:34:12 -0400 Subject: build: Set the SONAME of libtcl8.6.so. --- 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 \ -- cgit v0.9.1