mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: tor: Remove explicit hardening flags.
* gnu/packages/tor.scm (tor)[arguments]: Remove #:configure-flags that merely confirm the defaults.
This commit is contained in:
parent
e8f8363cde
commit
fbc2531395
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ (define-public tor
|
|||
(base32
|
||||
"0vk9j3ybz5dwwbmqrdj1bjcsxy76pc8frmfvflkdzwfkvkqcp8mm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-gcc-hardening"
|
||||
"--enable-linker-hardening")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python-2))) ; for tests
|
||||
|
|
Loading…
Reference in a new issue