mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
waf:libreplace: set _OSF_SOURCE to fix build on Tru64
This commit is contained in:
parent
82bedb5cb4
commit
eff3a41bb8
@ -29,6 +29,10 @@ def configure(conf):
|
||||
|
||||
conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1)
|
||||
|
||||
# on Tru64 certain features are only available with _OSF_SOURCE
|
||||
if conf.env['SYSTEM_UNAME_SYSNAME'] == 'OSF1':
|
||||
conf.DEFINE('_OSF_SOURCE', 1, add_to_cflags=True)
|
||||
|
||||
conf.CHECK_HEADERS('crypt.h locale.h acl/libacl.h compat.h')
|
||||
conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h')
|
||||
conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h')
|
||||
|
Loading…
Reference in New Issue
Block a user