[SCM] Socket Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Nov 8 10:37:00 UTC 2022


The branch, master has been updated
       via  6854835 pkgconfig: Fix path to libsocket_wrapper.so
      from  f5c3e25 Fix -Wcast-qual warnings

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


- Log -----------------------------------------------------------------
commit 685483524bc15baa7f032c38d9084d8a5adfc7d5
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Sep 12 11:25:17 2022 +0200

    pkgconfig: Fix path to libsocket_wrapper.so
    
    Reviewed-by: Stefan Metzmacher <metze at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/socket_wrapper.pc.cmake b/socket_wrapper.pc.cmake
index 80d205a..7312a6f 100644
--- a/socket_wrapper.pc.cmake
+++ b/socket_wrapper.pc.cmake
@@ -1,4 +1,4 @@
 Name: @PROJECT_NAME@
 Description: The socket_wrapper library
 Version: @PROJECT_VERSION@
-Libs: @CMAKE_INSTALL_LIBDIR@/@SOCKET_WRAPPER_LIB@
+Libs: @CMAKE_INSTALL_FULL_LIBDIR@/@SOCKET_WRAPPER_LIB@


-- 
Socket Wrapper Repository



More information about the samba-cvs mailing list