[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Wed Jun 10 09:51:04 MDT 2015


The branch, master has been updated
       via  a5fd4ca s3:wscript: remove signal related configure checks
       via  322f4b7 lib/util: remove signal related configure checks
       via  a82acb0 lib/replace: add signal related configure checks
      from  81f0592 autobuild email mentions the elapsed time

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a5fd4ca0dbe4f7cbf0d3ead4214af283aabe4790
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jun 10 14:33:35 2015 +0200

    s3:wscript: remove signal related configure checks
    
    These are done in lib/replace now.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=11326
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>
    
    Autobuild-User(master): Amitay Isaacs <amitay at samba.org>
    Autobuild-Date(master): Wed Jun 10 17:50:41 CEST 2015 on sn-devel-104

commit 322f4b76e5cae9f2513ef68d7d86ad19d4a88244
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jun 10 14:33:35 2015 +0200

    lib/util: remove signal related configure checks
    
    These are done in lib/replace now.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=11326
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>

commit a82acb076e78eb513fb1228595b220f61377e23c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jun 10 14:33:35 2015 +0200

    lib/replace: add signal related configure checks
    
    These should be in a central place available for
    all lib/replace users instead of having each caller
    do its own checks.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=11326
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 lib/replace/wscript        | 1 +
 lib/util/wscript_configure | 2 --
 source3/wscript            | 4 ++--
 3 files changed, 3 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/wscript b/lib/replace/wscript
index 1b156fa..788877c 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -136,6 +136,7 @@ def configure(conf):
     conf.CHECK_TYPE_IN('sa_family_t', 'sys/socket.h')
 
     conf.CHECK_TYPE_IN('sig_atomic_t', 'signal.h', define='HAVE_SIG_ATOMIC_T_TYPE')
+    conf.CHECK_FUNCS('sigsetmask siggetmask sigprocmask sigblock sigaction sigset')
 
     conf.CHECK_FUNCS_IN('''inet_ntoa inet_aton inet_ntop inet_pton connect gethostbyname
                            getaddrinfo getnameinfo freeaddrinfo gai_strerror socketpair''',
diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure
index e52ba4a..a17cb56 100644
--- a/lib/util/wscript_configure
+++ b/lib/util/wscript_configure
@@ -7,8 +7,6 @@ if Options.options.disable_fault_handling:
 # backtrace could be in libexecinfo or in libc
 conf.CHECK_FUNCS_IN('backtrace backtrace_symbols', 'execinfo', checklibc=True, headers='execinfo.h')
 
-conf.CHECK_FUNCS('sigprocmask sigblock sigaction')
-
 conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE', headers='sys/statvfs.h')
 
 # all the different ways of doing statfs
diff --git a/source3/wscript b/source3/wscript
index 0276684..c9f3a37 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -83,7 +83,7 @@ def configure(conf):
     conf.CHECK_FUNCS('strtol strchr strupr chflags')
     conf.CHECK_FUNCS('getrlimit fsync fdatasync setpgid')
     conf.CHECK_FUNCS('setsid glob strpbrk crypt16 getauthuid')
-    conf.CHECK_FUNCS('sigprocmask sigblock sigaction sigset innetgr')
+    conf.CHECK_FUNCS('innetgr')
     conf.CHECK_FUNCS('initgroups select poll rdchk getgrnam getgrent pathconf')
     conf.CHECK_FUNCS('setpriv setgidx setuidx setgroups syscall sysconf')
     conf.CHECK_FUNCS('atexit grantpt posix_openpt fallocate posix_fallocate')
@@ -380,7 +380,7 @@ rdchk _read __read _readdir __readdir
 _seekdir __seekdir
 select setenv setgidx setgroups setlocale setluid
 setmntent setpgid setpriv setsid setuidx
-shmget shm_open sigaction sigblock sigprocmask sigset
+shmget shm_open
 _stat __stat statvfs
 strcasecmp strchr strpbrk strsignal strtol strupr sysconf sysctl sysctlbyname
 __sys_llseek syslog _telldir __telldir timegm


-- 
Samba Shared Repository


More information about the samba-cvs mailing list