Subject: Re: pkg/31091 (perl 5.8.7 won't build with threads on 1.6.2)
To: None <jlam@netbsd.org, pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org,>
From: None <jlam@netbsd.org>
List: pkgsrc-bugs
Date: 12/21/2005 07:13:36
Synopsis: perl 5.8.7 won't build with threads on 1.6.2

State-Changed-From-To: open->analyzed
State-Changed-By: jlam@netbsd.org
State-Changed-When: Wed, 21 Dec 2005 07:13:34 +0000
State-Changed-Why:
This is a problem with the perl Configure script.  It detects too late
the correct flags to link against shared libraries, and so does not
correctly link against libraries outside of system directories.  This
is probably fixed by setting ldflags correctly in the hints files, but
this will take some investigation to do so correctly.