mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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
|
||||
, 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…
Reference in New Issue
Block a user