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
Unknown Object (File)
Sun, Aug 9, 3:22 PM
Unknown Object (File)
Fri, Aug 7, 2:19 PM
Unknown Object (File)
Tue, Aug 4, 5:26 AM
Unknown Object (File)
Thu, Jul 23, 1:58 AM
Unknown Object (File)
Thu, Jul 16, 11:05 AM
Unknown Object (File)
Jul 9 2026, 6:02 AM
Unknown Object (File)
Jul 8 2026, 1:29 AM
Unknown Object (File)
May 21 2026, 12:08 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 Not Applicable
Unit
Tests Not Applicable