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