Page MenuHomeFreeBSD

libifconfig now depends on libm due to usage of log10().
ClosedPublic

Authored by jhb on Aug 31 2020, 9:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 10:49 PM
Unknown Object (File)
Sat, Oct 18, 10:49 PM
Unknown Object (File)
Sat, Oct 18, 4:26 PM
Unknown Object (File)
Sat, Oct 18, 11:52 AM
Unknown Object (File)
Sat, Oct 18, 12:05 AM
Unknown Object (File)
Fri, Oct 3, 2:45 AM
Unknown Object (File)
Fri, Sep 26, 5:31 PM
Unknown Object (File)
Mon, Sep 22, 9:55 PM

Details

Summary

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

Test Plan
  • an amd64 buildworld with CROSS_TOOLCHAIN=amd64-gcc6 was failing and is now fixed. This is due to the changes in r364508.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable