Fix installation of libgit2 into wrong libdir #624

Merged
pks-t merged 1 commits from pks/vendored-build-libdir into master 2020-07-25 15:08:05 -05:00

1 Commits

Author SHA1 Message Date
Patrick Steinhardt 9318e48a1c Fix installation of libgit2 into wrong libdir
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.
2020-07-23 10:09:56 +02:00