Skip to content

better handle nonstandard library install paths#92

Merged
alan-maguire merged 2 commits intomainfrom
cachyfix
Aug 27, 2024
Merged

better handle nonstandard library install paths#92
alan-maguire merged 2 commits intomainfrom
cachyfix

Conversation

@alan-maguire
Copy link
Member

support install to /usr/lib instead of default /usr/lib64 through libdir=lib specification for make and make install targets

If a distro (like CachyOS) does not have /usr/lib64, provide a
way (setting libdir=lib during make) to override the default
/usr/lib64 installation.  Pass this thru to the code to allow
us to find plugins.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
if /usr/lib is wanted instead, support libdir=lib for make/make install.
Ensure we pass this into bpftune as #defines as we have some
hardcoded paths there.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 27, 2024
@alan-maguire alan-maguire merged commit 7932cdb into main Aug 27, 2024
@alan-maguire alan-maguire deleted the cachyfix branch December 2, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant