guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 03/04: gnu: glibc: Do not explicitly set _FILE_OFFSET_BITS.
Date: Tue, 29 Sep 2020 18:08:06 -0400 (EDT)

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

commit a2da42b9dd698e5073221440225697acb1c38165
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 41976c5..6f3c717 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-before
                   'configure 'pre-configure
                   (lambda* (#:key inputs native-inputs outputs



reply via email to

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