Subject: CVS commit: pkgsrc/lang/perl5-base
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/14/2001 14:31:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Jul 14 11:31:09 UTC 2001

Modified Files:
	pkgsrc/lang/perl5-base: Makefile
Removed Files:
	pkgsrc/lang/perl5-base: Makefile.static

Log Message:
Make a statically-linked perl binary on shared-library-enabled platforms,
but do it correctly.  The way this was done before, by simply statically
linking all the objects into a perl binary without recompiling the objects
without -fPIC, was wrong as pointed out in private email by Todd Vierling.
We now simply reconfigure perl to link statically, and use the perl build
process to generate a statically-linked perl.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/perl5-base/Makefile
cvs rdiff -r1.1 -r0 pkgsrc/lang/perl5-base/Makefile.static

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.