diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-03 16:28:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-05 00:10:24 +0200 |
commit | fbc25313955fa3b4851da3b4a23598185278c04e (patch) | |
tree | 41fb49ad66e8260cfc9175b11c0e4fe7dff313e4 /gnu/packages/tor.scm | |
parent | e8f8363cdebb24dc359cadba7ae0a689fb21fb99 (diff) | |
download | patches-fbc25313955fa3b4851da3b4a23598185278c04e.tar patches-fbc25313955fa3b4851da3b4a23598185278c04e.tar.gz |
gnu: tor: Remove explicit hardening flags.
* gnu/packages/tor.scm (tor)[arguments]: Remove #:configure-flags that
merely confirm the defaults.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index a1735ff182..25bd520d6b 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -58,9 +58,6 @@ (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 |