Loading pkgs/servers/sip/freeswitch/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,10 @@ stdenv.mkDerivation rec { NIX_CFLAGS_COMPILE = "-Wno-error"; # Using c++14 because of build error # gsm_at.h:94:32: error: ISO C++17 does not allow dynamic exception specifications CXXFLAGS = "-std=c++14"; CFLAGS = "-D_ANSI_SOURCE"; hardeningDisable = [ "format" ]; Loading Loading
pkgs/servers/sip/freeswitch/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,10 @@ stdenv.mkDerivation rec { NIX_CFLAGS_COMPILE = "-Wno-error"; # Using c++14 because of build error # gsm_at.h:94:32: error: ISO C++17 does not allow dynamic exception specifications CXXFLAGS = "-std=c++14"; CFLAGS = "-D_ANSI_SOURCE"; hardeningDisable = [ "format" ]; Loading