summaryrefslogtreecommitdiff
path: root/lib/libtcl/tclConfig.sh
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-10-30 08:49:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-10-30 08:49:33 +0000
commite6f0209e4092a57f9054e6eeb2bbf76b1089f12c (patch)
tree368a6a1ca6a86e786a5af0884094ac620e71041f /lib/libtcl/tclConfig.sh
parent6869793758918d838e2eaa6727720ef37f79de27 (diff)
Notes
Diffstat (limited to 'lib/libtcl/tclConfig.sh')
-rw-r--r--lib/libtcl/tclConfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
index 84f9080369c5..df16a1ccbcc3 100644
--- a/lib/libtcl/tclConfig.sh
+++ b/lib/libtcl/tclConfig.sh
@@ -48,7 +48,7 @@ TCL_SHLIB_LD='ld -Bshareable -x'
TCL_SHLIB_LD_LIBS=''
# Suffix to use for the name of a shared library.
-TCL_SHLIB_SUFFIX='.so'
+TCL_SHLIB_SUFFIX='.so.1.0'
# Library file(s) to include in tclsh and other base applications
# in order to provide facilities needed by DLOBJ above.
@@ -90,7 +90,7 @@ TCL_LIB_VERSIONS_OK='nodots'
# extension, and anything else needed). May depend on the variables
# VERSION and SHLIB_SUFFIX. On most UNIX systems this is
# ${VERSION}${SHLIB_SUFFIX}.
-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.1'
+TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0'
# String that can be evaluated to generate the part of an unshared library
# name that comes after the "libxxx" (includes version number, if any,