parent
6244be2d0a
commit
3e1afeaa5b
@ -13,7 +13,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ flex ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
||||
# Temporary work-around for problems after flex security update:
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835542
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare";
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray+=("PREFIX=$out")
|
||||
|
Loading…
Reference in New Issue
Block a user