pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal security/heimdal: add back MAKE_JOBS_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/314a66766fb9
branches: trunk
changeset: 411822:314a66766fb9
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Feb 20 21:01:09 2020 +0000
description:
security/heimdal: add back MAKE_JOBS_SAFE=no
diffstat:
security/heimdal/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r e33a49f8d6dc -r 314a66766fb9 security/heimdal/Makefile
--- a/security/heimdal/Makefile Thu Feb 20 20:39:07 2020 +0000
+++ b/security/heimdal/Makefile Thu Feb 20 21:01:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2020/02/13 21:12:21 rillig Exp $
+# $NetBSD: Makefile,v 1.138 2020/02/20 21:01:09 rillig Exp $
DISTNAME= heimdal-1.5.3
PKGREVISION= 22
@@ -21,7 +21,14 @@
PKGCONFIG_OVERRIDE+= tools/heimdal-gssapi.pc.in
MAKE_ENV+= INSTALL_CATPAGES=no
-.include "../../mk/bsd.prefs.mk"
+# heimdal-1.5.3 on NetBSD 8.1 fails with:
+# cc [...] -c hxtool.c
+# In file included from hxtool.c:34:0:
+# hx_locl.h:66:23: fatal error: ocsp_asn1.h: No such file or directory
+#
+# https://mail-index.netbsd.org/pkgsrc-users/2020/02/20/msg030473.html
+MAKE_JOBS_SAFE= no
+
.include "options.mk"
HEIMDAL_HDB_DIR= ${VARBASE}/heimdal
Home |
Main Index |
Thread Index |
Old Index