dnsmasq: Add broken realtime clock build switch in full variant
authorHans Dedecker <hans.dedecker@technicolor.com>
Wed, 29 Jun 2016 12:29:48 +0000 (14:29 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 29 Jun 2016 22:42:46 +0000 (00:42 +0200)
commitc2bd4695211e78da3a7899f8ee386ff06c3501e8
tree693e6d076860a60f17ed4b689f5964b96ff5d059
parent95d9330d572836f9e7cbc3217b56cb3acaf6b361
dnsmasq: Add broken realtime clock build switch in full variant

By default dnsmasq uses the time function; which returns the time since
Epoch; to retrieve the current time. On boards which have no realtime
clock this can lead to side effects when the time is synced via ntp
as the "time wrap" forces dhcp leases to be considered as expired.
By enabling the broken realtime clock build switch dnsmasq uses the
times utility which returns the number of clock tick.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
[Jo-Philipp Wich: change symbol name, add sym to PKG_CONFIG_DEPENDS]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/services/dnsmasq/Makefile