Skip to content

Commit

Permalink
john: Disable parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 9, 2017
1 parent b8df6be commit 8af59cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/tools/security/john/default.nix
Expand Up @@ -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" ];

Expand Down

0 comments on commit 8af59cf

Please sign in to comment.