Unverified Commit 17cfebf6 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

xl2tpd: Fix build for GCC 15 (#476161)

parents 21d9f41e 42bde1ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {

  makeFlags = [ "PREFIX=$(out)" ];

  env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -std=gnu17";

  meta = {
    homepage = src.meta.homepage;
    description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)";