Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
name = glibc
version = 2.37
-release = 2
+release = 3
maintainer = Michael Tremer <michael.tremer@ipfire.org>
groups = System/Base
--with-bugurl=https://bugtracker.ipfire.org \
--enable-lock-elision \
--enable-cet
+ --disable-build-nscd \
+ --disable-nscd
build
mkdir -p %{DIR_SRC}/glibc-build
files += %{libdir}/*.[ao]
end
- package nscd
- summary = A Name Service Caching Daemon (nscd).
- description
- Nscd caches name service lookups and can dramatically improve
- performance with NIS+, and may help with DNS as well.
- end
- group = System/Daemons
-
- files
- /usr/sbin/nscd
- end
- end
-
package %{name}-utils
summary = Development utilities from GNU C library.
description