diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-05 19:03:17 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-05 19:03:17 +0000 |
commit | de40cc62a0d5c276d4628470cc5217a495d5afac (patch) | |
tree | 8b966ea55ee05870d160a8ad45b183fe4453593b /sources | |
parent | 6cf315cd236b2fc4a3c0e2039624d21c247a40bb (diff) | |
download | buildroot-novena-de40cc62a0d5c276d4628470cc5217a495d5afac.tar.gz buildroot-novena-de40cc62a0d5c276d4628470cc5217a495d5afac.zip |
Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2.
The patch makes it respect current uClibc ipv6 configuration.
Diffstat (limited to 'sources')
-rw-r--r-- | sources/dnsmasq1.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/dnsmasq1.patch b/sources/dnsmasq1.patch new file mode 100644 index 000000000..0635ed30d --- /dev/null +++ b/sources/dnsmasq1.patch @@ -0,0 +1,12 @@ +--- dnsmasq-1.18/config.h.dist 2004-03-01 22:25:12.000000000 -0600 ++++ dnsmasq-1.18/config.h 2004-03-01 22:26:50.000000000 -0600 +@@ -126,7 +126,9 @@ + + /* Must preceed __linux__ since uClinux defines __linux__ too. */ + #if defined(__uClinux__) || defined(__UCLIBC__) ++#ifndef __UCLIBC_HAS_IPV6__ + #undef HAVE_LINUX_IPV6_PROC ++#endif + #define HAVE_GETOPT_LONG + #undef HAVE_ARC4RANDOM + #define HAVE_RANDOM |