[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Jan 28 18:06:04 UTC 2020


The branch, master has been updated
       via  620987449cc lib/util: use better linux os detection in gpfs configure
      from  ea754bfdec9 ctdb-tests: Enable job control when keeping stdin open

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


- Log -----------------------------------------------------------------
commit 620987449cc5d9255cdba4bbdb50735bfa2b969e
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 27 21:39:20 2020 +0100

    lib/util: use better linux os detection in gpfs configure
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Christof Schmitt cs at samba.org
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Tue Jan 28 18:05:34 UTC 2020 on sn-devel-184

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

Summary of changes:
 lib/util/wscript_configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure
index 4f57184f515..d4450d25b98 100644
--- a/lib/util/wscript_configure
+++ b/lib/util/wscript_configure
@@ -158,7 +158,7 @@ else:
         Logs.info('Using gpfs.h from installed gpfs package.')
         conf.DEFINE('HAVE_GPFS', '1')
     else:
-        if sys.platform=="linux":
+        if sys.platform.startswith('linux'):
             conf.env['CPPPATH_GPFS'] = os.path.abspath("third_party/gpfs")
             if conf.CHECK_HEADERS('gpfs.h', False, False, "gpfs"):
                 Logs.info('Using gpfs.h from third_party directory.')


-- 
Samba Shared Repository



More information about the samba-cvs mailing list