Merge pull request #320144 from viraptor/bftpd-std
bftpd: fix darwin build
This commit is contained in:
commit
e21126a218
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libxcrypt ];
|
||||
|
||||
CFLAGS = "-std=gnu89";
|
||||
|
||||
preConfigure = ''
|
||||
sed -re 's/-[og] 0//g' -i Makefile*
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user