Subject: Re: CVS commit: xsrc/xfree/xc/config/cf
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 10/06/2003 02:34:38
Charles M. Hannum <mycroft@netbsd.org> typed:
: 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.

There is fallout with xc/programs/xdm:
libXdmGreet.so* gets put into /usr/X11R6/lib but xdm tries to find it in the
XDMDIR ( '-DDEF_GREETER_LIB="$(XDMDIR)/libXdmGreet.so"' )

However, something else is wrong there - just redefining the directory in
the xdm Imakefile isn't enough.

Regards,
Geoff