commit | cb525176be1279034c9a7853a5deea355815e28b | [log] [tgz] |
---|---|---|
author | Patrick McLean <patrick.mclean@sony.com> | Wed Jul 24 18:48:08 2019 -0700 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jul 25 15:43:32 2019 -0400 |
tree | 36104dca205c888119267009e760242725562dc2 | |
parent | 68fd0c5ae4e6d1ade6251d9b186ef3a75683d5ad [diff] |
trace-cmd: Generate proper soname The previous soname patch was an earlier version that included the full path to the build output as the soname (not sure how that happened). This just uses the basename as the soname, so ld will be able to properly find the library. Link: http://lore.kernel.org/linux-trace-devel/20190725014808.3646716-1-chutzpah@gentoo.org Signed-off-by: Patrick McLean <patrick.mclean@sony.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>