[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/169: gnu: glibc: Remove unneeded nscd patching.
From: |
guix-commits |
Subject: |
75/169: gnu: glibc: Remove unneeded nscd patching. |
Date: |
Thu, 28 Oct 2021 02:08:32 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 94a190753d77e71005eedc337e095bb4241e04c0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 12 14:01:23 2021 -0400
gnu: glibc: Remove unneeded nscd patching.
This change had no effect already in glibc 2.29, which has proper
versioning.
* gnu/packages/base.scm (glibc)[arguments]: Remove obsolete
'nscd/nscd_stat.c' 'substitute*' statement.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/base.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 174af43..9c45f52 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -830,15 +830,6 @@ the store.")
(string-append "#define _PATH_BSHELL \""
bash "/bin/sh\"\n")))
- ;; Nscd uses __DATE__ and __TIME__ to create a string to
- ;; make sure the client and server come from the same
- ;; libc. Use something deterministic instead.
- (substitute* "nscd/nscd_stat.c"
- (("static const char compilation\\[21\\] =.*$")
- (string-append
- "static const char compilation[21] = \""
- (string-take (basename out) 20) "\";\n")))
-
;; Make sure we don't retain a reference to the
;; bootstrap Perl.
(substitute* "malloc/mtrace.pl"
- 39/169: gnu: gstreamer-docs: Update to 1.19.2., (continued)
- 39/169: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/28
- 55/169: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/10/28
- 54/169: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/28
- 58/169: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/28
- 60/169: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/28
- 61/169: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/10/28
- 62/169: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/28
- 69/169: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/28
- 72/169: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/28
- 78/169: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/10/28
- 75/169: gnu: glibc: Remove unneeded nscd patching.,
guix-commits <=
- 76/169: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/28
- 79/169: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/28
- 77/169: gnu: tzdata: Update to 2021e., guix-commits, 2021/10/28
- 85/169: gnu: Add ld-gold-wrapper., guix-commits, 2021/10/28
- 91/169: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/10/28
- 89/169: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/10/28
- 94/169: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/10/28
- 97/169: gnu: Add python-flit-core., guix-commits, 2021/10/28
- 98/169: gnu: Add python-tomli., guix-commits, 2021/10/28
- 96/169: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/10/28