| Summary: | [patch] r338270 causes libmd.so.6 to move to /usr/lib and subsequent boot failures | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Thomas Eberhardt <sneakywumpus> | ||||
| Component: | bin | Assignee: | Alex Richardson <arichardson> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | CC: | emaste | ||||
| Priority: | --- | Keywords: | patch, regression | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
(In reply to Thomas Eberhardt from comment #0) Can be closed. r338330 fixed the problem. Fixed per submitter |
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.