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)
Oct 1 2024, 7:29 AM
Unknown Object (File)
Sep 5 2024, 2:28 PM
Unknown Object (File)
Sep 3 2024, 7:02 AM
Unknown Object (File)
Sep 3 2024, 4:27 AM
Unknown Object (File)
Sep 1 2024, 2:46 PM
Unknown Object (File)
Aug 28 2024, 10:33 AM
Unknown Object (File)
Jul 7 2024, 2:39 PM
Unknown Object (File)
Jul 1 2024, 2:38 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