From 768e185c54164a66fc4e2dbe7c58097eff65ebdf Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Tue, 5 Jan 2016 21:55:11 +0100 Subject: [PATCH] Wrap path in quotes to support paths containing whitespace. --- libgit2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2.pc.in b/libgit2.pc.in index 880266a30..329a560a7 100644 --- a/libgit2.pc.in +++ b/libgit2.pc.in @@ -6,7 +6,7 @@ Name: libgit2 Description: The git library, take 2 Version: @LIBGIT2_VERSION_STRING@ -Libs: -L${libdir} -lgit2 +Libs: -L"${libdir}" -lgit2 Libs.private: @LIBGIT2_PC_LIBS@ Requires.private: @LIBGIT2_PC_REQUIRES@