Skip to content

Commit 0357e2f

Browse files
committedJul 25, 2017
ddccontrol: disable bindnow hardening
Caused segfaults. Fixes #27612. (cherry picked from commit b33b400)
1 parent f131188 commit 0357e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/misc/ddccontrol/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
1919

2020
patches = [ ./automake.patch ];
2121

22-
hardeningDisable = [ "format" ];
22+
hardeningDisable = [ "format" "bindnow" ];
2323

2424
prePatch = ''
2525
newPath=$(echo "${ddccontrol-db}/share/ddccontrol-db" | sed "s/\\//\\\\\\//g")

0 commit comments

Comments
 (0)