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:
Tobias Geerinckx-Rice 2019-05-03 16:28:32 +02:00
parent e8f8363cde
commit fbc2531395
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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