guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

75/217: gnu: glibc: Remove unneeded nscd patching.


From: guix-commits
Subject: 75/217: gnu: glibc: Remove unneeded nscd patching.
Date: Sun, 14 Nov 2021 19:20:45 -0500 (EST)

vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit bb257a4ca3d80e0c3fc5093d8f5e7fab5c5b7202
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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]