1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s3-build Don't allow undefined symbols in pam_smbpass.so

This commit is contained in:
Andrew Bartlett 2011-05-31 13:26:57 +10:00
parent c004a932c4
commit 6552561b87

View File

@ -10,4 +10,5 @@ if bld.CONFIG_SET('WITH_PAM_MODULES'):
LIBNTLMSSP LIBTSOCKET''',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_smbpass.so',
allow_undefined_symbols=False
)