glibc: remove systemd build option (#1736)

This commit is contained in:
beefcurtains 2015-07-01 07:59:54 +00:00
parent c1bf42e577
commit 2866238eb3

View file

@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.21
revision=8
revision=9
bootstrap=yes
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -52,7 +52,6 @@ if [ "$CHROOT_READY" ]; then
hostmakedepends="bison perl"
fi
makedepends="kernel-libc-headers"
build_options="systemd"
lib32files="/usr/lib/gconv/gconv-modules"
lib32symlinks="ld-linux.so.2"
# There's no point in building this for musl.
@ -187,10 +186,6 @@ nscd_package() {
short_desc+=" - Name Service Cache Daemon"
pkg_install() {
vmove usr/bin/nscd
if [ "$build_option_systemd" ]; then
vinstall ${wrksrc}/nscd/nscd.service 644 usr/lib/systemd/system
vinstall ${wrksrc}/nscd/nscd.tmpfiles 644 usr/lib/tmpfiles.d nscd.conf
fi
vinstall ${wrksrc}/nscd/nscd.conf 644 etc
}
}