dhcp: fix compilation errors by slowing make(1) down

This commit is contained in:
Thomas Penteker 2015-11-30 17:14:42 +01:00
parent b22072594f
commit 4b951a63b2

View File

@ -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