diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 9325a02b808..2f424c3c23d 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -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 " @@ -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 } }