Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 Fix building lang/perl5 on QNX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b2d19f6bd53
branches:  trunk
changeset: 437856:7b2d19f6bd53
user:      js <js%pkgsrc.org@localhost>
date:      Tue Sep 01 22:56:54 2020 +0000

description:
Fix building lang/perl5 on QNX

diffstat:

 lang/perl5/options.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0a313d7edc1b -r 7b2d19f6bd53 lang/perl5/options.mk
--- a/lang/perl5/options.mk     Tue Sep 01 21:44:01 2020 +0000
+++ b/lang/perl5/options.mk     Tue Sep 01 22:56:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2019/11/04 17:47:30 rillig Exp $
+# $NetBSD: options.mk,v 1.15 2020/09/01 22:56:54 js Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.perl
 PKG_OPTIONS_REQUIRED_GROUPS=   perlbits
@@ -23,6 +23,11 @@
 PERL5_BUILD_THREADS_SUPPORT=   no
 .endif
 
+# miniperl fails with locking errors during build on QNX.
+.if ${OPSYS} == "QNX"
+PERL5_BUILD_THREADS_SUPPORT=   no
+.endif
+
 .if !empty(PERL5_BUILD_THREADS_SUPPORT:M[yY][eE][sS])
 PKG_SUGGESTED_OPTIONS=         threads
 .endif



Home | Main Index | Thread Index | Old Index