Merge pull request #320144 from viraptor/bftpd-std

bftpd: fix darwin build
This commit is contained in:
7c6f434c 2024-06-15 23:04:43 +00:00 committed by GitHub
commit e21126a218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libxcrypt ];
CFLAGS = "-std=gnu89";
preConfigure = ''
sed -re 's/-[og] 0//g' -i Makefile*
'';