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:
parent
c004a932c4
commit
6552561b87
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user