[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: rhash: Explicity declare the _FILE_OFFSET_BITS we want.
From: |
guix-commits |
Subject: |
06/08: gnu: rhash: Explicity declare the _FILE_OFFSET_BITS we want. |
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 5335b1593429a64ce12fb8d4b423cc6959d02186
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Tue Sep 29 12:45:35 2020 +0200
gnu: rhash: Explicity declare the _FILE_OFFSET_BITS we want.
* gnu/packages/crypto.scm (rhash)[arguments]<#:phases>[configure]:
Explicity declare the _FILE_OFFSET_BITS we want.
---
gnu/packages/crypto.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 028c140..c4be604 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -854,7 +854,9 @@ BLAKE.")
;; ./configure is not GNU autotools' and doesn't gracefully handle
;; unrecognized options, so we must call it manually.
(lambda* (#:key configure-flags #:allow-other-keys)
- (apply invoke "./configure" configure-flags)))
+ (apply invoke "./configure"
+ (string-append "--extra-cflags=" (getenv "CFLAGS"))
+ configure-flags)))
(add-before 'check 'patch-/bin/sh
(lambda _
(substitute* "Makefile"
- 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, 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 <=
- 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