gnu: squid: Fix build reproducibility issue.
* gnu/packages/networking.scm (squid): Add --disable-arch-native configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
76ea70bd70
commit
dcd8a50350
@ -1559,7 +1559,11 @@ TCP connection, TLS handshake and so on) in the terminal.")
|
||||
(base32 "1q1ywpic6s7dfjj3cwzcfgscc4zq0aih462gyas7j1z683ss14b8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
'(#:configure-flags
|
||||
;; disable -march=native in build for reproducibility; see
|
||||
;; https://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
|
||||
(list "--disable-arch-native")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'build 'fix-true-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
Loading…
Reference in New Issue
Block a user