mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-07 11:46:18 +00:00
Fix pkgconfig file wrt last added dependencies
libz and libcrypto dependencies were added recently while libgit2.pc did not get updated. Signed-off-by: Steve Frécinaux <code@istique.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
c960d6a3f9
commit
6f6a17db05
@ -6,6 +6,6 @@ includedir=${prefix}/include
|
|||||||
Name: libgit2
|
Name: libgit2
|
||||||
Description: The git library, take 2
|
Description: The git library, take 2
|
||||||
Version: 0.0.1
|
Version: 0.0.1
|
||||||
Requires:
|
Requires: libcrypto
|
||||||
Libs: -L${libdir} -lgit2
|
Libs: -L${libdir} -lgit2 -lz -lcrypto
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user