freeswitch: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:38:14 +00:00
parent 2220f46e20
commit fc71f3f570

View file

@ -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/;