]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow dhclient and ping to build WITHOUT_DYNAMICROOT
authoremaste <emaste@FreeBSD.org>
Sun, 9 Sep 2018 17:26:44 +0000 (17:26 +0000)
committeremaste <emaste@FreeBSD.org>
Sun, 9 Sep 2018 17:26:44 +0000 (17:26 +0000)
commit4e22ee3754200e9ce86c4820d484dfeb94041c56
tree695999f7d0b8e544c67056dbec6cb0ef3a05fe93
parent7a469672229258106b3ac7f86564afee1d889dca
Allow dhclient and ping to build WITHOUT_DYNAMICROOT

dhclient and ping normally use libcasper services.  These are not
available in statically-linked binaries, so when WITHOUT_DYNAMICROOT is
set disable libcasper use, as with rescue builds.  Also emit a warning
as it's undesirable to build this way.

Reported by: Michael Dexter
Reviewed by: rgrimes
Tested by: Michael Dexter
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17074
sbin/dhclient/Makefile
sbin/ping/Makefile