[Dnsmasq-discuss] version 2.21 build problems.

Simon Kelley simon@thekelleys.org.uk
Thu, 24 Mar 2005 14:37:18 +0000


Anybody having problems building dnsmasq-2.21 on older Linux systems 
will probably want to try the following patch.

Cheers,

Simon.


----------------------------------------------------------------------------

diff -urN dnsmasq-2.21.orig/src/netlink.c dnsmasq-2.21/src/netlink.c
--- dnsmasq-2.21.orig/src/netlink.c  2005-03-13 10:37:44.000000000 +0100
+++ dnsmasq-2.21/src/netlink.c  2005-03-24 12:31:52.000000000 +0100
@@ -16,6 +16,7 @@

  #ifdef HAVE_RTNETLINK

+#include <linux/types.h>
  #include <linux/netlink.h>
  #include <linux/rtnetlink.h>