freeswitch: use gcc 4.8 to fix build (ZHF)

wip/yesman
Luca Bruno 9 years ago
parent d4ccd68648
commit 591d43ec91
  1. 4
      pkgs/servers/sip/freeswitch/default.nix

@ -1,5 +1,5 @@
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline, openssl, perl, libjpeg
, libzrtpcpp }:
, libzrtpcpp, gcc48 }:
stdenv.mkDerivation rec {
name = "freeswitch-1.2.3";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg
libzrtpcpp ];
libzrtpcpp gcc48 ];
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";

Loading…
Cancel
Save