fcrackzip: fix clang/darwin build

This commit is contained in:
Stanisław Pitucha 2024-04-18 11:32:32 +10:00
parent 17e87fffd5
commit 42bf0cb686

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