Subject: PR/31091 CVS commit: pkgsrc/lang/perl5
To: None <jlam@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-bugs
Date: 12/22/2005 15:25:02
The following reply was made to PR pkg/31091; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31091 CVS commit: pkgsrc/lang/perl5
Date: Thu, 22 Dec 2005 15:23:17 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jlam
 Date:		Thu Dec 22 15:23:17 UTC 2005
 
 Modified Files:
 	pkgsrc/lang/perl5: Makefile
 
 Log Message:
 Tell the Configure script the correct LDFLAGS needed to link threaded
 applications much sooner.  We do this by making every hints file create
 a usethreads.cbu script that prepends the correct LDFLAGS to the
 ldflags and lddlflags Perl variables.  This should fix PR pkg/31091,
 which detailed a problem with building threaded perl on a platform
 withat native pthreads that used GNU Pth as its pthread library.
 
 While we're here, also fix some minor variable quoting issues.
 
 Bump the PKGREVISION to 6.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.108 -r1.109 pkgsrc/lang/perl5/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.