Merge pull request #305167 from viraptor/fcrackzip-clang
fcrackzip: fix clang/darwin build
This commit is contained in:
commit
fc222b4bb6
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0l1qsk949vnz18k4vjf3ppq8p497966x4c7f2yx18x8pk35whn2a";
|
||||
};
|
||||
|
||||
CFLAGS = "-std=gnu89";
|
||||
|
||||
# 'fcrackzip --use-unzip' cannot deal with file names containing a single quote
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430387
|
||||
patches = [ ./fcrackzip_forkexec.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user