diff options
author | ng0 <[email protected]> | 2017-07-29 17:26:04 +0000 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2017-07-31 17:06:45 +0200 |
commit | 54727850c39e7e66b4baa79b1437e55e3b4bb46f (patch) | |
tree | 750b446866e8fcdfcbf759a5fda1622ddc2e1dca /gnu | |
parent | ee217402f7bf4b9fd49250650cf94d882a5e1a23 (diff) |
gnu: tor: Remove '--enable-expensive-hardening' option.
* gnu/packages/tor.scm (tor)[arguments]: Remove '--enable-expensive-hardening' option.
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tor.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 314901fa4e..1d5a1f1612 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <[email protected]> ;;; Copyright © 2014, 2015 Mark H Weaver <[email protected]> ;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]> -;;; Copyright © 2016, 2017 ng0 <[email protected]> +;;; Copyright © 2016, 2017 ng0 <[email protected]> ;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Eric Bavier <[email protected]> ;;; Copyright © 2017 Rutger Helling <[email protected]> @@ -54,8 +54,7 @@ "0hhyb1wil8japynqnm07r1f67w3wdnafdg9amzlrrcfcyq5qim28")))) (build-system gnu-build-system) (arguments - `(#:configure-flags (list "--enable-expensive-hardening" - "--enable-gcc-hardening" + `(#:configure-flags (list "--enable-gcc-hardening" "--enable-linker-hardening"))) (native-inputs `(("python" ,python-2))) ; for tests |