Merge pull request #305167 from viraptor/fcrackzip-clang

fcrackzip: fix clang/darwin build
This commit is contained in:
Aleksana 2024-05-19 17:07:53 +08:00 committed by GitHub
commit fc222b4bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];