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
F110664311: D16910.diff
Fri, Feb 21, 3:35 PM
Unknown Object (File)
Fri, Jan 31, 8:25 AM
Unknown Object (File)
Thu, Jan 23, 6:56 PM
Unknown Object (File)
Jan 18 2025, 10:16 PM
Unknown Object (File)
Jan 9 2025, 12:30 AM
Unknown Object (File)
Jan 5 2025, 10:03 PM
Unknown Object (File)
Dec 7 2024, 9:47 AM
Unknown Object (File)
Nov 15 2024, 9:51 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