guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: glibc-mesboot0: Do not explicitly set _FILE_OFFSET_BITS.


From: guix-commits
Subject: 04/04: gnu: glibc-mesboot0: 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 4d2e5c3ca31273accc99a7f749183099eb813e67
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Tue Sep 29 20:14:14 2020 +0200

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

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 284fa65..ad6a27b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1398,6 +1398,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
            ,(string-append "--prefix=" out)))
        #:phases
        (modify-phases %standard-phases
+         ;; glibc itself should support both--so don't choose here.
+         (delete 'set-FILE-OFFSET-BITS)
          (add-after 'unpack 'apply-boot-patch
            (lambda* (#:key inputs #:allow-other-keys)
              (and (let ((patch (assoc-ref inputs "boot-patch")))



reply via email to

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