forked from mirrors/nixpkgs
log4shib: fix darwin build
This commit is contained in:
parent
6222a96a71
commit
a054dab33e
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
|
||||
CXXFLAGS = "-std=c++11";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A forked version of log4cpp that has been created for the Shibboleth project";
|
||||
|
|
Loading…
Reference in a new issue