summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-11-30 17:14:42 +0100
committerThomas Penteker <tek@serverop.de>2015-11-30 17:14:42 +0100
commit4b951a63b2663e7e46c78a8030799ff2e26290d2 (patch)
treed5a72635c64d3937d55779a0e2a242b0428adb4e
parentb22072594f3ed2e549cb88b20742ea79f0445bb2 (diff)
downloadcontrib-4b951a63b2663e7e46c78a8030799ff2e26290d2.tar.gz
contrib-4b951a63b2663e7e46c78a8030799ff2e26290d2.tar.xz
dhcp: fix compilation errors by slowing make(1) down
-rw-r--r--dhcp/Pkgfile2
1 files changed, 1 insertions, 1 deletions
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

Generated by cgit