]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libifconfig now depends on libm due to usage of log10().
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 2 Sep 2020 22:10:08 +0000 (22:10 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 2 Sep 2020 22:10:08 +0000 (22:10 +0000)
commit4d135bbd7fd2669f2238d0d0074ce9a17d720630
tree21fb332e12132ddcfc1e680b9c33f7076b9411d4
parent875e04d716df67b993a42bae2de32c4ea5b1dfdc
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