kumquat-buildroot/package/dhcp
Peter Seiderer 3d1a7a8620 dhcp: disable isc assertions (reproducible builds)
The isc assertions from the bundled bind dns library are
using the __FILE__ macro for debug messages (see
dhcp-4.3.5/bind/bind-9.9.9-P3/lib/isc/include/isc/assertions.h).

Disabling the assertions gains:

- reproducible builds (no build time paths in the executable)
- space saving on the target:
  dhcpd: 1.9M -> 1.6M
  dhcrelay: 1.6M -> 1.3M

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-02-03 22:50:09 +01:00
..
0001-bind-cross-compile.patch
0002-v4_3-Plugs-a-socket-descriptor-leak-in-OMAPI.patch
Config.in
dhclient-script
dhclient.conf
dhcp.hash
dhcp.mk dhcp: disable isc assertions (reproducible builds) 2018-02-03 22:50:09 +01:00
dhcpd.conf
dhcpd.service
S80dhcp-relay
S80dhcp-server