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
commit 8ccfb5b4eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"--with-fastcgi"
];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {

View file

@ -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; {