Subject: Re: pkg/26913
To: Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 12/20/2004 16:10:06
Hiramatsu Yoshifumi wrote:
> 
> On NetBSD-current 2.99.11, perl binaries are not linked against libpthread
> because _DLOPEN_REQUIRE_PTHREAD_PLATFORMS does not contain 2.99.11 in
> mk/dlopen.builtin.mk.
> 
> Is this correct behavior?

I think 2.99.11 and beyond contain nathanw's fixes to libpthread so that 
applications that use dlopen don't need to be defensively linked against 
libpthread themselves.  However, if I'm mistaken about this, please let 
me know, and I'll update dlopen.builtin.mk with the correct info.

	Thanks,

	-- Johnny Lam <jlam@NetBSD.org>