Actions
Bug #13265
closedlibmp.so.1 missing library search path
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
libmp.so.1 is a special compatibility build of libmp.so.2. Because of how it's manually specified in the Makefiles, it misses the normal library search paths. We should add it in.
Related issues
Updated by Robert Mustacchi over 2 years ago
- Blocks Feature #13274: enable -fstack-protector-strong by default in user land added
Updated by Robert Mustacchi over 2 years ago
I tested this primarily through wsdiff and verified that there were no changes induced by this. I also verified the build on systems with and without the stack protector work that led to me discovering this.
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 421390e5fa91e88e795394c89567b48874788f9f
commit 421390e5fa91e88e795394c89567b48874788f9f Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-11-04T15:32:19.000Z 13265 libmp.so.1 missing library search path Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions