1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/minissdpd/enable-ipv4mreqn-multicast.patch
Francesco Colista 6dc6ed61e5 community/minissdpd: udpated APKBUILD
enabled mreqn for multicast support
2021-02-04 17:09:58 +00:00

12 lines
330 B
Diff

diff --git a/config.h b/config.h
index 6515d0d..117e478 100644
--- a/config.h
+++ b/config.h
@@ -37,6 +37,6 @@
/* define HAVE_IP_MREQN to use struct ip_mreqn instead of struct ip_mreq
* for setsockopt(IP_MULTICAST_IF). Available with Linux 2.4+,
* FreeBSD, etc. */
-/*#define HAVE_IP_MREQN*/
+#define HAVE_IP_MREQN
#endif