freeswitch: 1.10.6 -> 1.10.7
This commit is contained in:
parent
40b22c0172
commit
88f3af6d1e
2 changed files with 6 additions and 3 deletions
|
@ -88,12 +88,12 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "freeswitch";
|
||||
version = "1.10.6";
|
||||
version = "1.10.7";
|
||||
src = fetchFromGitHub {
|
||||
owner = "signalwire";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1i5n06pds3kvzhhzfwvhwxnvcb2p2fcr8k52157aplm2i7prl4q2";
|
||||
sha256 = "0npdvidvsi4dhwswdwilff4p3x04qmz7hgs9sdadiy2w83qb6alf";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -125,6 +125,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
CFLAGS = "-D_ANSI_SOURCE";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
, postgresql
|
||||
, spandsp3
|
||||
, sofia_sip
|
||||
, libks
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -139,7 +140,7 @@ in
|
|||
rtmp = mk "endpoints/mod_rtmp" [];
|
||||
skinny = mk "endpoints/mod_skinny" [];
|
||||
sofia = mk "endpoints/mod_sofia" [ sofia_sip ];
|
||||
verto = mk "endpoints/mod_verto" [];
|
||||
verto = mk "endpoints/mod_verto" [ libks ];
|
||||
};
|
||||
|
||||
event_handlers = {
|
||||
|
|
Loading…
Reference in a new issue