summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-09-08 19:17:08 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-09-08 19:17:08 +0100
commit056f1b23599891fced002d18d716bdfdb7b8f15d (patch)
treee3d91f77010d92dbfbe1357a300e519fa7df62ae
parent17b06f4d47bfd9fae8073c85d71751df94e50050 (diff)
downloadlibgit2-056f1b23599891fced002d18d716bdfdb7b8f15d.tar.gz
Add -lssl to the pkgconfig in case we're linking statically
-rw-r--r--libgit2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in
index ddc03f36..30514fbf 100644
--- a/libgit2.pc.in
+++ b/libgit2.pc.in
@@ -5,5 +5,5 @@ Name: libgit2
Description: The git library, take 2
Version: @LIBGIT2_VERSION_STRING@
Requires: libcrypto
-Libs: -L${libdir} -lgit2 -lz -lcrypto
+Libs: -L${libdir} -lgit2 -lz -lcrypto -lssl
Cflags: -I${includedir}