Actions
Bug #13262
closedrcm_daemon missing library search paths
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The rcm_daemon builds several shared objects and manually specifies their search path as -L$(ROOT)/lib
. This is all well and good, except some of the libraries it wants aren't in /lib
, but also in /usr/lib
. To make sure we don't pick up build system libraries whether on purpose or transitively, we need to make sure -L$(ROOT)/usr/lb
is present here.
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 Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit a235f1f94b85df48c92dd2323e777f49ad38afea
commit a235f1f94b85df48c92dd2323e777f49ad38afea Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-11-04T15:32:11.000Z 13262 rcm_daemon missing library search paths Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions