Skip to content

Commit

Permalink
Mark MAKE_JOBS_SAFE=no (likely fixes NetBSD-current bulk build).
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Dec 15, 2022
1 parent fd7866d commit 6be6d9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mail/libsrs2/Makefile
@@ -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
Expand All @@ -14,4 +14,8 @@ CONFLICTS+= p5-Mail-SRS-[0-9]*
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"

0 comments on commit 6be6d9b

Please sign in to comment.