Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/22/2005 15:23:17
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.