summaryrefslogtreecommitdiff
path: root/source3/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-04 18:30:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-04 18:58:32 +1000
commit5d4b197418f9365d3d30bec14337fe57f56c13ff (patch)
treeaba1e11a06e353d69ee7f2114d6e1eef0816fb92 /source3/auth/wscript_build
parentc599d075cb9d8b843dcc40a34c37ad5392bca767 (diff)
downloadsamba-5d4b197418f9365d3d30bec14337fe57f56c13ff.tar.gz
samba-5d4b197418f9365d3d30bec14337fe57f56c13ff.tar.bz2
samba-5d4b197418f9365d3d30bec14337fe57f56c13ff.zip
s3-auth libauth no longer requires undefined symbols
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r--source3/auth/wscript_build4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build
index 352ca1532c..1a088678c3 100644
--- a/source3/auth/wscript_build
+++ b/source3/auth/wscript_build
@@ -35,7 +35,6 @@ bld.SAMBA3_SUBSYSTEM('AUTH_COMMON',
bld.SAMBA3_LIBRARY('auth',
source=AUTH_SRC,
deps='''PLAINTEXT_AUTH SLCACHE DCUTIL TOKEN_UTIL AUTH_COMMON''',
- allow_undefined_symbols=True,
private_library=True)
bld.SAMBA3_MODULE('auth_sam',
@@ -76,8 +75,7 @@ bld.SAMBA3_MODULE('auth_server',
deps='samba-util',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_server'),
- enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_server'),
- allow_undefined_symbols=True)
+ enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_server'))
bld.SAMBA3_MODULE('auth_domain',
subsystem='auth',