mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
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.
This commit is contained in:
parent
d14e3fa89c
commit
5335b15934
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue