From d0eb30c3e622d25ba1c82123ae16da825a88e1b5 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 24 Mar 2009 12:20:45 +0000 Subject: - Mark MAKE_JOBS_SAFE for SMP compilation --- dns/adns/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns') diff --git a/dns/adns/Makefile b/dns/adns/Makefile index bed9052127d0..3b3bd22bf384 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -18,6 +18,7 @@ COMMENT= Easy to use, asynchronous-capable DNS client library and utilities GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}" -- cgit