Gammaray: use GNUInstallDirs so that LIB_SUFFIX is no longer needed.
AbandonedPublic

Authored by dfaure on Jan 9 2018, 11:58 AM.

Details

Reviewers
vkrause
Summary

GNUInstallDirs auto-detects whether lib64 is needed

Test Plan

Now it installs to lib64 on OpenSuSE, which fixes
[...]/lib/gammaray/libexec/gammaray-client: error while loading shared libraries: libgammaray_client.so.2.9.0: cannot open shared object file: No such file or directory
without the need to set LD_LIBRARY_PATH

Diff Detail

Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
dfaure requested review of this revision.Jan 9 2018, 11:58 AM
dfaure created this revision.
dfaure abandoned this revision.Jan 9 2018, 12:09 PM

Wrong tooling :-)