From 6f6a17db05a83620cef4572761831c20a70ba9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20Fr=C3=A9cinaux?= Date: Wed, 31 Dec 2008 01:48:36 +0100 Subject: [PATCH] Fix pkgconfig file wrt last added dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libz and libcrypto dependencies were added recently while libgit2.pc did not get updated. Signed-off-by: Steve Frécinaux Signed-off-by: Shawn O. Pearce --- libgit2.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgit2.pc.in b/libgit2.pc.in index 9e2cd50ab..89528ef25 100644 --- a/libgit2.pc.in +++ b/libgit2.pc.in @@ -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}