forked from mirrors/nixpkgs
liquidwar: fix build after glibc upgrade
This commit is contained in:
parent
d80ad66701
commit
c30d4c732e
|
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||
|
||||
# To avoid problems finding SDL_types.h.
|
||||
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue