diff options
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index fa51983bc6..49f11f2e5b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -334,6 +334,8 @@ utimensat vsyslog _write __write __xstat conf.DEFINE('STAT_ST_BLOCKSIZE', '512') elif (host_os.rfind('openbsd') > -1): conf.DEFINE('STAT_ST_BLOCKSIZE', '512') + elif (host_os.rfind('sunos') > -1): + conf.DEFINE('STAT_ST_BLOCKSIZE', '512') # FIXME: Add more checks here. else: Logs.warn("Unknown host_os '%s', please report this to samba-technical@samba.org" % host_os) |