ddccontrol: disable bindnow hardening

Caused segfaults. Fixes #27612.
This commit is contained in:
Franz Pletz 2017-07-25 22:57:37 +02:00
parent 4c013a91f0
commit b33b40036b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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")