gnu: tor: Remove explicit hardening flags.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 3 May 2019 14:28:32 +0000 (16:28 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 4 May 2019 22:10:24 +0000 (00:10 +0200)
* gnu/packages/tor.scm (tor)[arguments]: Remove #:configure-flags that
merely confirm the defaults.

gnu/packages/tor.scm

index a1735ff..25bd520 100644 (file)
@@ -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