From owner-cvs-user Wed Oct 30 00:44:36 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17519 for cvs-user-outgoing; Wed, 30 Oct 1996 00:44:36 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17482; Wed, 30 Oct 1996 00:44:24 -0800 (PST) Date: Wed, 30 Oct 1996 00:44:24 -0800 (PST) From: Peter Wemm Message-Id: <199610300844.AAA17482@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/tools/tools/tcl_bmake mkMakefile.sh Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/30 00:44:21 Modified: tools/tools/tcl_bmake mkMakefile.sh Log: Argh, I hate the tcl build/config environment. :-( It seems that some tools (eg: expect-5.21) use TCL_LIB_SPEC to generate their shared library suffix. This should be .so.1.0, not .so as ld can't use it. Revert part of the previous change here, it did too much. libtcl75.so.1.1 was bumped, but the rules to generate library names for _other_ packages were not supposed to be. Sigh. Revision Changes Path 1.15 +4 -3 src/tools/tools/tcl_bmake/mkMakefile.sh