From: Michael Tremer Date: Fri, 16 Apr 2010 08:46:16 +0000 (+0200) Subject: pdns: Don't build in parallel. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df669f19a3f13bacb5f9ef94f8cb8e6fa93cf0fe;p=ipfire-3.x.git pdns: Don't build in parallel. This consumes too much memory as it is fully C++ code. --- diff --git a/pkgs/core/pdns/pdns.nm b/pkgs/core/pdns/pdns.nm index 4839b691e..915ce5244 100644 --- a/pkgs/core/pdns/pdns.nm +++ b/pkgs/core/pdns/pdns.nm @@ -47,6 +47,8 @@ PKG_TARBALL = $(THISAPP).tar.gz export CPPFLAGS = -DLDAP_DEPRECATED +PARALLELISMFLAGS = + CONFIGURE_OPTIONS += \ --sysconfdir=/etc/pdns \ --libdir=/usr/lib/powerdns \