From fc71f3f5706a64b676b137256079bc32cb325db5 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 11 Feb 2016 01:38:14 +0000 Subject: freeswitch: turn off format hardening --- pkgs/servers/sip/freeswitch/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/servers/sip/freeswitch') diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix index efa70875549..cb77ebd9c89 100644 --- a/pkgs/servers/sip/freeswitch/default.nix +++ b/pkgs/servers/sip/freeswitch/default.nix @@ -14,6 +14,8 @@ stdenv.mkDerivation rec { NIX_CFLAGS_COMPILE = "-Wno-error=cpp"; + hardening_format = false; + meta = { description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch"; homepage = http://freeswitch.org/; -- cgit 1.4.1