Subject: Re: pthread + pkgsrc proposal
To: Johnny C. Lam <jlam@buildlink.org>
From: Martin Husemann <martin@duskware.de>
List: tech-pkg
Date: 11/24/2004 12:41:59
On Wed, Nov 24, 2004 at 07:01:37AM +0000, Johnny C. Lam wrote:
> For pkgsrc, I will be making changes so that if the package uses 
> dlopen(), then it will be automatically linked with pthread support. 

If I have a pkg that uses dlopen, but I am realy sure that it never will
dlopen() anything threaded - will there be a way to declare that I know
what I'm doing and avoid the pthread linking?

Martin