diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 13:26:57 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 15:46:10 +1000 |
commit | 6552561b87ff5537d17ca82a85f7eb7943231241 (patch) | |
tree | c7546be39771ebc7968b74c1e9ccd90c384005ca /source3/pam_smbpass | |
parent | c004a932c45a4b343814eb2e3f2d611a2dfe7311 (diff) | |
download | samba-6552561b87ff5537d17ca82a85f7eb7943231241.tar.gz samba-6552561b87ff5537d17ca82a85f7eb7943231241.tar.bz2 samba-6552561b87ff5537d17ca82a85f7eb7943231241.zip |
s3-build Don't allow undefined symbols in pam_smbpass.so
Diffstat (limited to 'source3/pam_smbpass')
-rw-r--r-- | source3/pam_smbpass/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/pam_smbpass/wscript_build b/source3/pam_smbpass/wscript_build index 0d200c6fd2..8c15d71800 100644 --- a/source3/pam_smbpass/wscript_build +++ b/source3/pam_smbpass/wscript_build @@ -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 ) |