summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-30 08:49:33 +0000
committerpeter <peter@FreeBSD.org>1996-10-30 08:49:33 +0000
commitd3fcb4aab61a9ca4ac00b8332ca5c2ea98278107 (patch)
tree368a6a1ca6a86e786a5af0884094ac620e71041f /lib/libtcl
parent67e8086945d2b9e69b75b910d6691c0064917805 (diff)
downloadFreeBSD-src-d3fcb4aab61a9ca4ac00b8332ca5c2ea98278107.zip
FreeBSD-src-d3fcb4aab61a9ca4ac00b8332ca5c2ea98278107.tar.gz
Regenerate.
No changes other than "instructions" for what other tools that use this .. "interesting" .. system should name their shared libraries. This was broken for some tools (eg: expect-5.21) even for the native tcl build (ie, it would end up using libexpect521.so, not libexpect521.so.1.0)
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile4
-rw-r--r--lib/libtcl/tclConfig.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index 9a661e0..5f758b0 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.9 1996/10/26 23:38:07 wosch Exp $
+# $Id: Makefile,v 1.10 1996/10/29 04:36:22 peter Exp $
#
# This file is generated automatically, do not edit it here!
#
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
#
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
-# Id: mkMakefile.sh,v 1.14 1996/10/29 04:31:21 peter Exp
+# Id: mkMakefile.sh,v 1.15 1996/10/30 08:44:18 peter Exp
#
TCLDIST=${.CURDIR}/../../contrib/tcl
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
index 84f9080..df16a1c 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,
OpenPOWER on IntegriCloud