forked from ports/contrib
dhcp: fix compilation errors by slowing make(1) down
This commit is contained in:
parent
b22072594f
commit
4b951a63b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user