mediastreamer2: fix build with gcc8
This commit is contained in:
parent
f411a31264
commit
10798b7152
@ -34,8 +34,12 @@ stdenv.mkDerivation rec {
|
|||||||
openssl
|
openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = " -DGIT_VERSION=\"v2.14.0\" -Wno-error=deprecated-declarations ";
|
NIX_CFLAGS_COMPILE = [
|
||||||
NIX_LDFLAGS = " -lXext -lssl ";
|
"-DGIT_VERSION=\"v2.14.0\""
|
||||||
|
"-Wno-error=deprecated-declarations"
|
||||||
|
"-Wno-error=cast-function-type"
|
||||||
|
];
|
||||||
|
NIX_LDFLAGS = "-lXext -lssl";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A powerful and lightweight streaming engine specialized for voice/video telephony applications";
|
description = "A powerful and lightweight streaming engine specialized for voice/video telephony applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user