[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Fri Dec 20 01:20:55 MST 2013


The branch, master has been updated
       via  4ad5d31 cmake: Fix the env name for the module variables.
      from  55b6717 tests: Fix building nss module on Solaris.

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


- Log -----------------------------------------------------------------
commit 4ad5d31e4a1f7c5391ccc0e7d95c13ef56986e12
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Dec 20 09:20:32 2013 +0100

    cmake: Fix the env name for the module variables.

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

Summary of changes:
 tests/CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 34d718f..d73ec2f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -20,8 +20,8 @@ set(TEST_ENVIRONMENT LD_PRELOAD=${CMAKE_BINARY_DIR}/src/libnss_wrapper.so)
 list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_PASSWD=${CMAKE_CURRENT_BINARY_DIR}/passwd)
 list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_GROUP=${CMAKE_CURRENT_BINARY_DIR}/group)
 list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_HOSTS=${CMAKE_CURRENT_BINARY_DIR}/hosts)
-list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_SO_PATH=${CMAKE_CURRENT_BINARY_DIR}/libnss_nwrap.so)
-list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_SO_PREFIX=nwrap)
+list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_MODULE_SO_PATH=${CMAKE_CURRENT_BINARY_DIR}/libnss_nwrap.so)
+list(APPEND TEST_ENVIRONMENT NSS_WRAPPER_MODULE_FN_PREFIX=nwrap)
 
 set(NWRAP_TESTS testsuite test_getaddrinfo test_getnameinfo test_gethostby_name_addr)
 


-- 
NSS Wrapper Repository


More information about the samba-cvs mailing list