freeswitch: use gcc 4.8 to fix build (ZHF)
This commit is contained in:
parent
d4ccd68648
commit
591d43ec91
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline, openssl, perl, libjpeg
|
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline, openssl, perl, libjpeg
|
||||||
, libzrtpcpp }:
|
, libzrtpcpp, gcc48 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "freeswitch-1.2.3";
|
name = "freeswitch-1.2.3";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg
|
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg
|
||||||
libzrtpcpp ];
|
libzrtpcpp gcc48 ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user