void-packages/srcpkgs/pchar/patches/no-SO_BSDCOMPAT
2014-08-25 13:41:38 +02:00

11 lines
375 B
Text

--- PctestIpv4Udp.cc.t 2008-03-13 12:32:02.312337354 -0700
+++ PctestIpv4Udp.cc 2008-03-13 12:32:19.682770489 -0700
@@ -49,7 +49,7 @@
return socketOut;
}
-#ifdef linux
+#if defined(linux) && defined(SO_BSDCOMPAT)
// Linux needs SO_BSDCOMPAT enabled on our UDP socket, to avoid
// getting ICMP errors when we send packets out.
int bsdcompatOption;