shibboleth-sp: fix build
Moved back to C++14 where dynamic exception specifications are deprecated but still present.
This commit is contained in:
parent
8a1e40c96b
commit
6e63244762
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-fastcgi"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user