beecrypt: fix build with gcc 14
This commit is contained in:
parent
aa70590e58
commit
ff403b0b6e
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
||||
url = "mirror://sourceforge/beecrypt/beecrypt-${version}.tar.gz";
|
||||
sha256 = "0pf5k1c4nsj77jfq5ip0ra1gzx2q47xaa0s008fnn6hd11b1yvr8";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i '33i #include "beecrypt/endianness.h"' blockmode.c
|
||||
'';
|
||||
|
||||
buildInputs = [ m4 ];
|
||||
configureFlags = [
|
||||
"--disable-optimized"
|
||||
|
Loading…
x
Reference in New Issue
Block a user