Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152876 - dnsmasq needs support for reading ISC dhcpd lease files
Summary: dnsmasq needs support for reading ISC dhcpd lease files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Elfyn McBratney (beu) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 153917
Blocks:
  Show dependency tree
 
Reported: 2006-10-26 06:42 UTC by Andrew Gaffney (RETIRED)
Modified: 2007-01-26 03:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gaffney (RETIRED) gentoo-dev 2006-10-26 06:42:17 UTC
It appears that this support can be added simply by defining HAVE_ISC_READER in src/config.h. This line is already in the config.h for 2.31, but it's commented out.

This option cannot be enabled with HAVE_BROKEN_RTC, but that is not enabled by default, either, and likely will never be, since it's for use with embedded systems without RTCs.

I can provide a patch if you *really* want it, but the "fix" is pretty darn simple :)
Comment 1 Malte S. Stretz 2006-11-20 08:55:53 UTC
There's an ebuils in bug 153917 which enables this stuff.
Comment 2 Patrick McLean gentoo-dev 2007-01-26 03:57:01 UTC
Added "isc" USE flag to the net-dns/dnsmasq-2.36 ebuild to build in ISC support.