guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: glibc: Do not explicitly set _FILE_OFFSET_BITS.


From: guix-commits
Subject: 04/08: gnu: glibc: Do not explicitly set _FILE_OFFSET_BITS.
Date: Sun, 4 Oct 2020 03:30:11 -0400 (EDT)

dannym pushed a commit to branch wip-file-offset-bits-64-sledgehammer
in repository guix.

commit 71ce4e1b8803c27feefc01022acf145d1054243c
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Tue Sep 29 20:13:15 2020 +0200

    gnu: glibc: Do not explicitly set _FILE_OFFSET_BITS.
    
    * gnu/packages/base.scm (glibc)[arguments]<#:phases>[set-FILE-OFFSET-BITS]:
    Delete phase.
---
 gnu/packages/base.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index a5c41b5..039ef3a 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -782,6 +782,8 @@ the store.")
 
       #:tests? #f                                 ; XXX
       #:phases (modify-phases %standard-phases
+                 ;; glibc itself should support both--so don't choose here.
+                 (delete 'set-FILE-OFFSET-BITS)
                  (add-after 'unpack 'patch-dirent
                    (lambda* (#:key outputs #:allow-other-keys)
                      ;; Linux kernel file offsets are always 64 bits.



reply via email to

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