distcc: remove --no-fork option

With --no-fork distccd will only ever run one job at a time.
This commit is contained in:
jbu 2015-05-07 00:06:41 +02:00
parent c82e624ab5
commit 7b66405855
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ USER="nobody"
OPTIONS="--no-detach"
OPTIONS="$OPTIONS --daemon"
OPTIONS="$OPTIONS --user $USER"
OPTIONS="$OPTIONS --no-fork"
ALLOW_FILE=/etc/distcc/clients.allow
if [ -f "$ALLOW_FILE" ]; then
ALLOW_OPTIONS=$(sed -e 's/#.*$//' -e '/^\s*$/d' -e 's/^/--allow /' < $ALLOW_FILE)

View file

@ -1,7 +1,7 @@
# Template file for 'distcc'
pkgname=distcc
version=3.2rc1
revision=9
revision=10
build_options="systemd"
build_style=gnu-configure
configure_args="--disable-Werror --with-gtk"