The Samba-Bugzilla – Attachment 12141 Details for
Bug 11939
Alternative fix for bug 11816, that includes sys/filio.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
source4 build patch
patch-source4_ntvfs_sysdep_wscript__configure (text/plain), 897 bytes, created by
Jorge Schrauwen
on 2016-05-28 10:46:18 UTC
(
hide
)
Description:
source4 build patch
Filename:
MIME Type:
Creator:
Jorge Schrauwen
Created:
2016-05-28 10:46:18 UTC
Size:
897 bytes
patch
obsolete
>$NetBSD$ > >--- source4/ntvfs/sysdep/wscript_configure.orig 2016-05-02 07:29:51.000000000 +0000 >+++ source4/ntvfs/sysdep/wscript_configure >@@ -2,11 +2,15 @@ > > import sys > >-# Check for inotify support (Skip if we are SunOS) >-#NOTE: illumos provides sys/inotify.h but is not an exact match for linux >+# Check for inotify support > host_os = sys.platform >-if host_os.rfind('sunos') == -1: >- conf.CHECK_HEADERS('sys/inotify.h', add_headers=False) >+conf.CHECK_HEADERS('sys/inotify.h', add_headers=False) >+conf.CHECK_HEADERS('sys/filio.h', add_headers=False) >+if host_os.rfind('sunos') > -1: >+ #NOTE: illumos provides sys/inotify.h but also needs sys/filio.h >+ if (conf.CONFIG_SET('HAVE_SYS_INOTIFY_H') and conf.CONFIG_SET('HAVE_SYS_FILIO_H')): >+ conf.DEFINE('HAVE_LINUX_INOTIFY', 1) >+else: > if (conf.CONFIG_SET('HAVE_SYS_INOTIFY_H')): > conf.DEFINE('HAVE_LINUX_INOTIFY', 1) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11939
:
12138
|
12139
|
12140
| 12141