From: Michael Tremer Date: Tue, 21 Mar 2023 18:11:30 +0000 (+0000) Subject: glibc: Disable building NSCD X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2784768aec536b195bd63b6b23491908b368afb2;p=people%2Fstevee%2Fipfire-3.x.git glibc: Disable building NSCD Signed-off-by: Michael Tremer --- 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