]> git.proxmox.com Git - libgit2.git/commitdiff
Fix pkgconfig file wrt last added dependencies
authorSteve Frécinaux <code@istique.net>
Wed, 31 Dec 2008 00:48:36 +0000 (01:48 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 31 Dec 2008 00:50:45 +0000 (16:50 -0800)
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>
libgit2.pc.in

index 9e2cd50ab5fa56644adcaa13bef9e3dfc7bf8cee..89528ef257ac5bd32f4980146df41872732ba2ac 100644 (file)
@@ -6,6 +6,6 @@ includedir=${prefix}/include
 Name: libgit2
 Description: The git library, take 2
 Version: 0.0.1
-Requires: 
-Libs: -L${libdir} -lgit2
+Requires: libcrypto
+Libs: -L${libdir} -lgit2 -lz -lcrypto
 Cflags: -I${includedir}