pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp Due to build failure (not finding a libra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d548b1ae7fd5
branches:  trunk
changeset: 529566:d548b1ae7fd5
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jun 07 23:53:55 2007 +0000

description:
Due to build failure (not finding a library), add:
MAKE_JOBS_SAFE=         NO

diffstat:

 net/net-snmp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 91789d15ae00 -r d548b1ae7fd5 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Thu Jun 07 21:20:08 2007 +0000
+++ b/net/net-snmp/Makefile     Thu Jun 07 23:53:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/05/20 13:55:28 seb Exp $
+# $NetBSD: Makefile,v 1.60 2007/06/07 23:53:55 gdt Exp $
 
 DISTNAME=      net-snmp-5.4
 PKGREVISION=   1
@@ -16,6 +16,8 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+MAKE_JOBS_SAFE=                NO
+
 MAKE_ENV+=     OPSYS=${OPSYS:Q}
 
 # The self-test of Perl modules only works after installation because perl



Home | Main Index | Thread Index | Old Index