diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 22:50:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 22:50:11 +0100 |
commit | e01c60984a6a01e9945b80ee7f343514b703b070 (patch) | |
tree | 97cdf041ae98ccc9c2b2d26c9873aeda912b193e /package/dnsmasq/patches/patch-src_config_h | |
parent | 1168c2a747460b62e85bc021f16f8d21ff2a6b86 (diff) |
use CFLAGS
Diffstat (limited to 'package/dnsmasq/patches/patch-src_config_h')
-rw-r--r-- | package/dnsmasq/patches/patch-src_config_h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/dnsmasq/patches/patch-src_config_h b/package/dnsmasq/patches/patch-src_config_h index 5db49ea9a..c58050bd0 100644 --- a/package/dnsmasq/patches/patch-src_config_h +++ b/package/dnsmasq/patches/patch-src_config_h @@ -1,6 +1,6 @@ ---- dnsmasq-2.47.orig/src/config.h 2009-02-05 13:14:24.000000000 +0100 -+++ dnsmasq-2.47/src/config.h 2009-03-19 18:40:37.000000000 +0100 -@@ -45,7 +45,7 @@ +--- dnsmasq-2.55.orig/src/config.h 2010-06-07 23:01:19.000000000 +0200 ++++ dnsmasq-2.55/src/config.h 2011-01-07 21:40:34.000000000 +0100 +@@ -47,7 +47,7 @@ # elif defined(__sun__) || defined (__sun) # define LEASEFILE "/var/cache/dnsmasq.leases" # else @@ -9,7 +9,7 @@ # endif #endif -@@ -282,8 +282,9 @@ typedef unsigned long in_addr_t; +@@ -269,8 +269,9 @@ NOTES: /* We assume that systems which don't have IPv6 headers don't have ntop and pton either */ |