pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/libsrs2 Mark MAKE_JOBS_SAFE=no (likely fixes NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1078d7dda5a
branches:  trunk
changeset: 390037:e1078d7dda5a
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Dec 15 11:25:37 2022 +0000

description:
Mark MAKE_JOBS_SAFE=no (likely fixes NetBSD-current bulk build).

diffstat:

 mail/libsrs2/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a1e1dda77a67 -r e1078d7dda5a mail/libsrs2/Makefile
--- a/mail/libsrs2/Makefile     Thu Dec 15 10:38:32 2022 +0000
+++ b/mail/libsrs2/Makefile     Thu Dec 15 11:25:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/08/16 20:21:10 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/15 11:25:37 schmonz Exp $
 
 DISTNAME=      libsrs2-1.0.18
 CATEGORIES=    mail
@@ -14,4 +14,8 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+# for instance, `ar cru libsrs2.a srs2.o sha1.o` sometimes gives
+# "ar: sha1.o: No such file or directory" on NetBSD with cc -pipe
+MAKE_JOBS_SAFE=        no
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index