From 4e0521300f5620d4f3833dbdd1d2526dac0e86ab Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 13:00:55 +0100 Subject: s3-waf: enable nss_winbind in make test for nss_wrapper. Guenther --- source3/selftest/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/selftest/wscript') diff --git a/source3/selftest/wscript b/source3/selftest/wscript index f1c6510257..05d0d37238 100644 --- a/source3/selftest/wscript +++ b/source3/selftest/wscript @@ -156,6 +156,7 @@ def cmd_testonly(opt): # tell build system where to find config.h os.environ['CONFIG_H'] = 'bin/default/source3/include/config.h' os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs') + os.environ['NSS_WRAPPER_WINBIND_SO_PATH'] = os.path.abspath('bin/default/nsswitch/libnss-winbind.so') st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done') if os.path.exists(st_done): -- cgit