From 4b951a63b2663e7e46c78a8030799ff2e26290d2 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 30 Nov 2015 17:14:42 +0100 Subject: [PATCH] dhcp: fix compilation errors by slowing make(1) down --- dhcp/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile index f9329dddf..34d2e04f3 100644 --- a/dhcp/Pkgfile +++ b/dhcp/Pkgfile @@ -17,7 +17,7 @@ build() { --mandir=/usr/man \ --disable-dhcpv6 \ --sysconfdir=/etc - make + make -j1 make DESTDIR=$PKG install install -D ../dhcpd $PKG/etc/rc.d/dhcpd install -D ../dhclient $PKG/etc/rc.d/dhclient