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)
Fri, Oct 10, 2:12 PM
Unknown Object (File)
Sat, Sep 13, 11:00 AM
Unknown Object (File)
Sep 10 2025, 1:39 AM
Unknown Object (File)
Sep 7 2025, 10:16 PM
Unknown Object (File)
Aug 31 2025, 11:21 PM
Unknown Object (File)
Aug 18 2025, 11:39 AM
Unknown Object (File)
Aug 3 2025, 7:51 PM
Unknown Object (File)
Jul 20 2025, 12:45 AM

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