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:
Danny Milosavljevic 2020-09-29 12:45:35 +02:00
parent d14e3fa89c
commit 5335b15934
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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"