nixpkgs/pkgs/os-specific/linux/iproute
Peter Simons 9608d80c73 iproute: don't compile with -Werror
lnstat.c:169:30: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
     memset(th.hdr[i], 0, sizeof(th.hdr[i]));
                                ^
  cc1: all warnings being treated as errors
  make[1]: *** [lnstat.o] Error 1
2013-04-07 23:33:20 +02:00
..
default.nix iproute: don't compile with -Werror 2013-04-07 23:33:20 +02:00
no-werror.patch iproute: don't compile with -Werror 2013-04-07 23:33:20 +02:00
vpnc.patch Adding a patch which fixes vpnc 2011-02-24 12:04:00 +00:00