Skip to content

Commit

Permalink
ddccontrol: disable bindnow hardening
Browse files Browse the repository at this point in the history
Caused segfaults. Fixes #27612.
  • Loading branch information
fpletz committed Jul 25, 2017
1 parent 4c013a9 commit b33b400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/ddccontrol/default.nix
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation {

patches = [ ./automake.patch ];

hardeningDisable = [ "format" ];
hardeningDisable = [ "format" "bindnow" ];

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

0 comments on commit b33b400

Please sign in to comment.