mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
log4shib: fixup build with gcc 11
https://hydra.nixos.org/build/173673855
This commit is contained in:
parent
61970a41ec
commit
f1a4f201d2
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A forked version of log4cpp that has been created for the Shibboleth project";
|
||||
maintainers = [ maintainers.jammerful ];
|
||||
|
Loading…
Reference in New Issue
Block a user