john: Disable parallel build
http://hydra.nixos.org/build/49940032/nixlog/1/raw
This commit is contained in:
parent
fe20a32751
commit
e7ce27f9ce
@ -30,7 +30,10 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--disable-native-macro" ];
|
configureFlags = [ "--disable-native-macro" ];
|
||||||
|
|
||||||
buildInputs = [ openssl nss nspr kerberos gmp zlib libpcap re2 gcc ];
|
buildInputs = [ openssl nss nspr kerberos gmp zlib libpcap re2 gcc ];
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
# gcc -DAC_BUILT -Wall vncpcap2john.o memdbg.o -g -lpcap -fopenmp -o ../run/vncpcap2john
|
||||||
|
# gcc: error: memdbg.o: No such file or directory
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-DJOHN_SYSTEMWIDE=1" ];
|
NIX_CFLAGS_COMPILE = [ "-DJOHN_SYSTEMWIDE=1" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user