xl2tpd: Fix build for GCC 15 (#476161)

This commit is contained in:
Aleksana
2026-01-02 10:30:39 +00:00
committed by GitHub
+2
View File
@@ -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)";