Fix installation of libgit2 into wrong libdir #624
Loading…
Reference in New Issue
No description provided.
Delete Branch "pks/vendored-build-libdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream libgit2 has migrated to use the GNUInstallDirs module to decide
where things will be installed to by default. While it improves
consistency with the host system, we're not really after that when
building the vendored libgit2 library, and in fact libgit2.{a,pc} may
now be installed into a different directory than before as it started to
depend on the host platform.
Fix this by explicitly specifying that we want the library and pkgconfig
file to be installed into a plain "lib/" directory.
We may also want to backport this to the v30 branch as it currently breaks install-static on some (most?) platforms completely.
thanks! i still need to set up the automatic cherry-picker mechanism, so i'll do that by hand later.