Page MenuHomeFreeBSD

bsd.compat.mk: Use lib${libcompat} for default distribution
AcceptedPublic

Authored by jrtc27 on Jul 27 2023, 10:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 11 2023, 1:39 PM
Unknown Object (File)
Sep 10 2023, 8:55 AM
Unknown Object (File)
Aug 27 2023, 2:56 PM
Unknown Object (File)
Aug 16 2023, 4:19 AM
Unknown Object (File)
Aug 16 2023, 12:10 AM
Unknown Object (File)
Aug 1 2023, 5:34 PM
Unknown Object (File)
Jul 31 2023, 9:20 PM
Unknown Object (File)
Jul 28 2023, 5:09 AM

Details

Reviewers
kib
brooks
jhb
Summary

Prior to a4330302f22d ("libcompat: build 32-bit rtld and ldd as part of
"everything""), ldd32 and ld-elf32.so.1 were build by Makefile.libcompat
and thus were put into the lib32 distribution. However, when they were
moved to being built during everything, bsd.compat.mk never learned to
set DISTRIBUTION accordingly, and so they moved from lib32 to base. Fix
this by setting the default to restore the old behaviour.

Fixes: a4330302f22d ("libcompat: build 32-bit rtld and ldd as part of "everything"")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52876
Build 49767: arc lint + arc unit