summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-05-03 16:28:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-05-05 00:10:24 +0200
commitfbc25313955fa3b4851da3b4a23598185278c04e (patch)
tree41fb49ad66e8260cfc9175b11c0e4fe7dff313e4 /gnu
parente8f8363cdebb24dc359cadba7ae0a689fb21fb99 (diff)
downloadguix-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')
-rw-r--r--gnu/packages/tor.scm3
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