Bug 230885

Summary: [patch] r338270 causes libmd.so.6 to move to /usr/lib and subsequent boot failures
Product: Base System Reporter: Thomas Eberhardt <sneakywumpus>
Component: binAssignee: Alex Richardson <arichardson>
Status: Closed FIXED    
Severity: Affects Many People CC: emaste
Priority: --- Keywords: patch, regression
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix for libmd SHLIBDIR/src.opts.mk ordering none

Description Thomas Eberhardt 2018-08-25 08:09:38 UTC
Created attachment 196522 [details]
Fix for libmd SHLIBDIR/src.opts.mk ordering

r338270 includes src.opts.mk before defining SHLIBDIR which leads to libmd.so.6
landing in /usr/lib and subsequent boot failure when /usr resides on a separate filesystem.

Patch included is modeled after other /lib/* Makefiles and moves PACKAGE and SHLIBDIR
definitions before the inclusion of src.opts.mk.
Comment 1 Thomas Eberhardt 2018-08-29 07:23:39 UTC
(In reply to Thomas Eberhardt from comment #0)

Can be closed. r338330 fixed the problem.
Comment 2 Ed Maste freebsd_committer freebsd_triage 2018-08-31 21:17:37 UTC
Fixed per submitter