Subject: CVS commit: xsrc/xfree/xc/config/cf
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/06/2003 01:17:02
Module Name:	xsrc
Committed By:	mycroft
Date:		Mon Oct  6 01:17:02 UTC 2003

Modified Files:
	xsrc/xfree/xc/config/cf: NetBSD.cf

Log Message:
For all existing SharedLibFoo options, set them to YES if we have shared
libraries.  Also set ForceNormalLib to make sure the .a versions still get
built.

The .so versions are necessary for various plugin modules to link against.
Solaris, Tru64 and Linux on non-x86 platforms all ship .so versions of these
libraries.  Linux on x86 does not, instead relying on libtool to blindly link
non-PIC libraries into PIC objects for many packages to work.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 xsrc/xfree/xc/config/cf/NetBSD.cf

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