redis-plus-plus: 1.3.7 -> 1.3.10
[NixPkgs.git] / pkgs / development / libraries / redis-plus-plus / 0001-Fix-pkg-config-paths.patch
blobac6490c518731fb9cf1f10a619411f514600d5d3
1 diff --git a/cmake/redis++.pc.in b/cmake/redis++.pc.in
2 index c98b990..46849b6 100644
3 --- a/cmake/redis++.pc.in
4 +++ b/cmake/redis++.pc.in
5 @@ -1,7 +1,5 @@
6 -prefix=@CMAKE_INSTALL_PREFIX@
7 -exec_prefix=${prefix}
8 -libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
9 -includedir=${prefix}/include
10 +libdir=@CMAKE_INSTALL_FULL_LIBDIR@
11 +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
13 Name: redis++
14 Description: This is a Redis client, based on hiredis and written in C++11. It supports scritpting, pub/sub, pipeline, transaction, Redis Cluster, Redis Sentinel, connection pool, ACL, SSL and thread safety.