[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.
- 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 <=
- 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, 2020/10/04
- 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