[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: glibc-mesboot0: Do not explicitly set _FILE_OFFSET_BITS.
From: |
guix-commits |
Subject: |
05/08: gnu: glibc-mesboot0: 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 d14e3fa89c860508c041f1e5149994ff50f4afc6
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 8529313..3dfcf14 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 'patch-dirent
(lambda _
;; See package "glibc" for why this is necessary.
- branch wip-file-offset-bits-64-sledgehammer created (now d1edfd0), guix-commits, 2020/10/04
- 01/08: gnu: glibc: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir regardless., guix-commits, 2020/10/04
- 04/08: gnu: glibc: Do not explicitly set _FILE_OFFSET_BITS., guix-commits, 2020/10/04
- 07/08: gnu: boost: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 05/08: gnu: glibc-mesboot0: Do not explicitly set _FILE_OFFSET_BITS.,
guix-commits <=
- 03/08: build-system/gnu: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 06/08: gnu: rhash: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 08/08: gnu: lz4: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 02/08: gnu: glibc-mesboot0: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir regardless., guix-commits, 2020/10/04