mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
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'
|
# Template file for 'distcc'
|
||||||
pkgname=distcc
|
pkgname=distcc
|
||||||
version=3.2rc1
|
version=3.2rc1
|
||||||
revision=12
|
revision=13
|
||||||
build_options="systemd"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-Werror --with-gtk"
|
configure_args="--disable-Werror --with-gtk"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -24,10 +23,6 @@ post_install() {
|
||||||
rm -f ${DESTDIR}/etc/distcc/commands.allow.sh
|
rm -f ${DESTDIR}/etc/distcc/commands.allow.sh
|
||||||
rm -rf ${DESTDIR}/usr/share/doc/distcc/example
|
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
|
vsv distccd
|
||||||
|
|
||||||
# gcc wrappers
|
# gcc wrappers
|
||||||
|
|
Loading…
Add table
Reference in a new issue