distcc: remove systemd build option (#1736)
This commit is contained in:
parent
f249a1fa47
commit
c1bf42e577
2 changed files with 1 additions and 17 deletions
|
@ -1,11 +0,0 @@
|
|||
[Unit]
|
||||
Description=A distributed C/C++ compiler
|
||||
Documentation=man:distccd(1)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
ExecStart=/usr/bin/distccd --no-detach --daemon --allow 127.0.0.1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'distcc'
|
||||
pkgname=distcc
|
||||
version=3.2rc1
|
||||
revision=12
|
||||
build_options="systemd"
|
||||
revision=13
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-Werror --with-gtk"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -24,10 +23,6 @@ post_install() {
|
|||
rm -f ${DESTDIR}/etc/distcc/commands.allow.sh
|
||||
rm -rf ${DESTDIR}/usr/share/doc/distcc/example
|
||||
|
||||
# systemd service
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/distccd.service 644 usr/lib/systemd/system
|
||||
fi
|
||||
vsv distccd
|
||||
|
||||
# gcc wrappers
|
||||
|
|
Loading…
Add table
Reference in a new issue