Unverified Commit e21126a2 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #320144 from viraptor/bftpd-std

bftpd: fix darwin build
parents d091294a c3a453e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {

  buildInputs = [ libxcrypt ];

  CFLAGS = "-std=gnu89";

  preConfigure = ''
    sed -re 's/-[og] 0//g' -i Makefile*
  '';