maybe this is why the checksums of the installed vs built debug
libraries differs:

-- Installing: /usr/local/lib/libcppgit2.so.0.1.0
-- Installing: /usr/local/lib/libcppgit2.so.1
-- Set runtime path of "/usr/local/lib/libcppgit2.so.0.1.0" to ""
-- Installing: /usr/local/lib/libcppgit2.so

The runtime path is likely a constant stored in the binary. Changing
it would change the sha256sum. libgit2's runtime path is not changed.

Reply via email to