pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Aug 30 13:36:01 UTC 2020

Modified Files:
        pkgsrc/lang/perl5: Makefile

Log Message:
Partially fix lang/perl5 on QNX

This makes it at least link miniperl, but it still fails during the
build with:

panic: MUTEX_UNLOCK (1) [util.c:2616] at make_ext.pl line 613.
panic: MUTEX_LOCK (22) [op.c:864].
panic: MUTEX_UNLOCK (1) [util.c:2616] at make_ext.pl line 513.
panic: MUTEX_LOCK (22) [op.c:864].


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pkgsrc/lang/perl5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/perl5/Makefile
diff -u pkgsrc/lang/perl5/Makefile:1.261 pkgsrc/lang/perl5/Makefile:1.262
--- pkgsrc/lang/perl5/Makefile:1.261    Tue Mar 17 03:45:55 2020
+++ pkgsrc/lang/perl5/Makefile  Sun Aug 30 13:36:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.261 2020/03/17 03:45:55 rillig Exp $
+# $NetBSD: Makefile,v 1.262 2020/08/30 13:36:01 js Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -120,6 +120,7 @@ CONFIGURE_SCRIPT=   ./Configure
 CONFIGURE_ARGS+=       -sde
 CONFIGURE_ARGS+=       -Dldflags=${LDFLAGS:Q}
 MAKE_ENV+=             LC_ALL="C"
+LDFLAGS.QNX+=          -lm
 
 .if ${OPSYS} == "SunOS"
 USE_TOOLS+=    bash



Home | Main Index | Thread Index | Old Index