mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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" ];
|
||||
|
||||
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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue