[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Nov 18 12:18:55 UTC 2019


The branch, master has been updated
       via  9d72b6e pkgconfig: Fix path to library in nss_wrapper.pc
      from  80982e8 Bump version to 1.1.7

https://git.samba.org/?p=nss_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9d72b6e5dac0e07be468122c0a909341cbf942bc
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Nov 14 10:35:27 2019 +0100

    pkgconfig: Fix path to library in nss_wrapper.pc
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Samuel Cabrero <scabrero at samba.org

-----------------------------------------------------------------------

Summary of changes:
 nss_wrapper.pc.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/nss_wrapper.pc.cmake b/nss_wrapper.pc.cmake
index fb9afd7..884c90b 100644
--- a/nss_wrapper.pc.cmake
+++ b/nss_wrapper.pc.cmake
@@ -1,4 +1,4 @@
 Name: @PROJECT_NAME@
 Description: The nss_wrapper library
 Version: @PROJECT_VERSION@
-Libs: @CMAKE_INSTALL_LIBDIR@/@NSS_WRAPPER_LIB@
+Libs: @CMAKE_INSTALL_FULL_LIBDIR@/@NSS_WRAPPER_LIB@


-- 
NSS Wrapper Repository



More information about the samba-cvs mailing list