Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2004 14:55:32
Module Name:	pkgsrc
Committed By:	tv
Date:		Wed Apr 21 14:55:32 UTC 2004

Modified Files:
	pkgsrc/devel/libtool: Makefile.common distinfo
	pkgsrc/devel/libtool/patches: manual-libtool.m4 manual.README patch-ab
	    patch-ad
	pkgsrc/mk: defs.Interix.mk

Log Message:
libtool 1.5.2nb7: Another Interix fix, this time removing any usage of
-fpic or -fPIC, as those produce horribly broken code.  Rather, shlibs
are relocated at runtime by the NT loader, and are compiled without any
special PIC option.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 pkgsrc/devel/libtool/Makefile.common
cvs rdiff -r1.39 -r1.40 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/libtool/patches/manual-libtool.m4
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/libtool/patches/manual.README
cvs rdiff -r1.34 -r1.35 pkgsrc/devel/libtool/patches/patch-ab
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/libtool/patches/patch-ad
cvs rdiff -r1.12 -r1.13 pkgsrc/mk/defs.Interix.mk

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