diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-04 18:30:25 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-04 18:58:32 +1000 |
commit | 5d4b197418f9365d3d30bec14337fe57f56c13ff (patch) | |
tree | aba1e11a06e353d69ee7f2114d6e1eef0816fb92 /source3 | |
parent | c599d075cb9d8b843dcc40a34c37ad5392bca767 (diff) | |
download | samba-5d4b197418f9365d3d30bec14337fe57f56c13ff.tar.gz samba-5d4b197418f9365d3d30bec14337fe57f56c13ff.tar.xz samba-5d4b197418f9365d3d30bec14337fe57f56c13ff.zip |
s3-auth libauth no longer requires undefined symbols
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/wscript_build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 352ca1532ca..1a088678c38 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', |