Page MenuHomeFreeBSD

libmd: Install libmd.so.6 into /lib again after SVN r338270
ClosedPublic

Authored by jilles on Aug 26 2018, 4:33 PM.
Tags
None
Referenced Files
F150196401: D16910.diff
Mon, Mar 30, 4:46 AM
Unknown Object (File)
Wed, Mar 18, 1:31 PM
Unknown Object (File)
Fri, Mar 6, 2:54 PM
Unknown Object (File)
Sun, Mar 1, 11:29 AM
Unknown Object (File)
Feb 24 2026, 9:07 PM
Unknown Object (File)
Feb 23 2026, 5:01 PM
Unknown Object (File)
Feb 23 2026, 5:01 PM
Unknown Object (File)
Feb 23 2026, 2:06 PM

Details

Summary

Including <src.opts.mk> sets SHLIBDIR, so the below SHLIBDIR?= has no
effect.

The other lib/ Makefiles solve this problem by moving the SHLIBDIR
assignment to before .include <src.opts.mk>.

Test Plan

make buildworld with SVN r338310, make installworld (notice that
/lib/libmd.so.6 has an old timestamp and /usr/lib/libmd.so.6 exists),
apply patch, make buildworld -DNOCLEAN, make installworld (notice that
/lib/libmd.so.6 has a recent timestamp and /usr/lib/libmd.so.6 is gone),

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19190
Build 18807: arc lint + arc unit