From 2784768aec536b195bd63b6b23491908b368afb2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 21 Mar 2023 18:11:30 +0000 Subject: [PATCH] glibc: Disable building NSCD Signed-off-by: Michael Tremer --- glibc/glibc.nm | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/glibc/glibc.nm b/glibc/glibc.nm index 70c5ae415..f7fa98b62 100644 --- a/glibc/glibc.nm +++ b/glibc/glibc.nm @@ -5,7 +5,7 @@ name = glibc version = 2.37 -release = 2 +release = 3 maintainer = Michael Tremer groups = System/Base @@ -94,6 +94,8 @@ build --with-bugurl=https://bugtracker.ipfire.org \ --enable-lock-elision \ --enable-cet + --disable-build-nscd \ + --disable-nscd build mkdir -p %{DIR_SRC}/glibc-build @@ -185,19 +187,6 @@ packages 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 -- 2.47.3