]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libifconfig now depends on libm due to usage of log10().
authorjhb <jhb@FreeBSD.org>
Wed, 2 Sep 2020 22:10:08 +0000 (22:10 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 2 Sep 2020 22:10:08 +0000 (22:10 +0000)
commitb17cb2b1f32f9d56a9ff134d13162eb0cbb6a953
tree21fb332e12132ddcfc1e680b9c33f7076b9411d4
parent6a10e058a4dd596f7e4e1d114e83af4eededbdba
libifconfig now depends on libm due to usage of log10().

ld.bfd in particular requires -lm to come after libifconfig on the
command line when linking rescue.

Reviewed by: freqlabs, adrian
Differential Revision: https://reviews.freebsd.org/D26258
lib/libifconfig/Makefile
rescue/rescue/Makefile
share/mk/src.libnames.mk