mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
pam_wrapper: Be strict when checking __attribute__ features
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13493 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
9a670bde56
commit
65b0746694
2
third_party/pam_wrapper/wscript
vendored
2
third_party/pam_wrapper/wscript
vendored
@ -44,6 +44,7 @@ def configure(conf):
|
||||
''',
|
||||
'HAVE_DESTRUCTOR_ATTRIBUTE',
|
||||
addmain=False,
|
||||
strict=True,
|
||||
msg='Checking for library destructor support')
|
||||
|
||||
# check HAVE_FUNCTION_ATTRIBUTE_FORMAT
|
||||
@ -56,6 +57,7 @@ def configure(conf):
|
||||
''',
|
||||
'HAVE_FUNCTION_ATTRIBUTE_FORMAT',
|
||||
addmain=False,
|
||||
strict=True,
|
||||
msg='Checking for printf format validation support')
|
||||
|
||||
conf.CHECK_HEADERS('security/pam_appl.h')
|
||||
|
Loading…
Reference in New Issue
Block a user