qpid-cpp: 1.37.0 -> 1.39.0, fix build with gcc9
This commit is contained in:
parent
8162d6c037
commit
602bccd1a8
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
name = "qpid-cpp-${version}";
|
name = "qpid-cpp-${version}";
|
||||||
version = "1.37.0";
|
version = "1.39.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/qpid/cpp/${version}/${name}.tar.gz";
|
url = "mirror://apache/qpid/cpp/${version}/${name}.tar.gz";
|
||||||
sha256 = "1s4hyi867i0lqn81c1crrk6fga1gmsv61675vjv5v41skz56lrsb";
|
sha256 = "088dx1l6myrksbhpr15bs09j6qm8vdliqwjp2ja5amym47md103r";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -40,6 +40,7 @@ let
|
|||||||
"-Wno-error=unused-function"
|
"-Wno-error=unused-function"
|
||||||
"-Wno-error=ignored-qualifiers"
|
"-Wno-error=ignored-qualifiers"
|
||||||
"-Wno-error=catch-value"
|
"-Wno-error=catch-value"
|
||||||
|
"-Wno-error=deprecated-copy"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user