mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 07:05:46 +00:00
Merge pull request #4193 from pks-t/pks/libdir
pkgconfig: fix handling of prefixes containing whitespaces
This commit is contained in:
commit
44998cdb9a
@ -1,4 +1,4 @@
|
||||
prefix=@PKGCONFIG_PREFIX@
|
||||
prefix="@PKGCONFIG_PREFIX@"
|
||||
libdir=@PKGCONFIG_LIBDIR@
|
||||
includedir=@PKGCONFIG_INCLUDEDIR@
|
||||
|
||||
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user