Merge pull request #173424 from LeSuisse/shibboleth-service-provider-c++14

Shibboleth Service Provider packages: fix builds
This commit is contained in:
Sandro
2022-05-18 17:57:07 +02:00
committed by GitHub
3 changed files with 6 additions and 0 deletions
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"--with-fastcgi"
];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {