mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 21:02:56 +02:00
glibc: remove systemd build option (#1736)
This commit is contained in:
parent
c1bf42e577
commit
2866238eb3
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.21
|
version=2.21
|
||||||
revision=8
|
revision=9
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -52,7 +52,6 @@ if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="bison perl"
|
hostmakedepends="bison perl"
|
||||||
fi
|
fi
|
||||||
makedepends="kernel-libc-headers"
|
makedepends="kernel-libc-headers"
|
||||||
build_options="systemd"
|
|
||||||
lib32files="/usr/lib/gconv/gconv-modules"
|
lib32files="/usr/lib/gconv/gconv-modules"
|
||||||
lib32symlinks="ld-linux.so.2"
|
lib32symlinks="ld-linux.so.2"
|
||||||
# There's no point in building this for musl.
|
# There's no point in building this for musl.
|
||||||
|
@ -187,10 +186,6 @@ nscd_package() {
|
||||||
short_desc+=" - Name Service Cache Daemon"
|
short_desc+=" - Name Service Cache Daemon"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/nscd
|
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
|
vinstall ${wrksrc}/nscd/nscd.conf 644 etc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue