Blame SOURCES/0001-pkg-config-Fix-installation-path.patch

cb742e
From 7b3211858d07cb93f89c1fd5eaa178f14e1f1968 Mon Sep 17 00:00:00 2001
cb742e
From: Andreas Schneider <asn@samba.org>
cb742e
Date: Wed, 12 Feb 2020 09:52:40 +0100
cb742e
Subject: [PATCH] pkg-config: Fix installation path
cb742e
cb742e
Signed-off-by: Andreas Schneider <asn@samba.org>
cb742e
---
cb742e
 uid_wrapper.pc.cmake | 2 +-
cb742e
 1 file changed, 1 insertion(+), 1 deletion(-)
cb742e
cb742e
diff --git a/uid_wrapper.pc.cmake b/uid_wrapper.pc.cmake
cb742e
index c15d3be..7e0095c 100644
cb742e
--- a/uid_wrapper.pc.cmake
cb742e
+++ b/uid_wrapper.pc.cmake
cb742e
@@ -1,4 +1,4 @@
cb742e
 Name: @PROJECT_NAME@
cb742e
 Description: The uid_wrapper library
cb742e
 Version: @PROJECT_VERSION@
cb742e
-Libs: @CMAKE_INSTALL_LIBDIR@/@UID_WRAPPER_LIB@
cb742e
+Libs: @CMAKE_INSTALL_FULL_LIBDIR@/@UID_WRAPPER_LIB@
cb742e
-- 
cb742e
2.24.1
cb742e