Unverified Commit 3bad4054 authored by aszlig's avatar aszlig
Browse files

Merge pull request #376195 (netrw build fix)

This fixes a build error with GCC 14.

The ofborg checks for Darwin are still pending since 4 days, but given
that it's a fix for an already broken build, the worst case that could
happen is that it's still broken. This is why I decided to merge this.
parents 34a9dfb7 13a1b39d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
  version = "1.3.2";

  configureFlags = [
    # This is to add "#include" directives for stdlib.h, stdio.h and string.h.
    "ac_cv_header_stdc=yes"

    "--with-checksum=${checksumType}"
  ];