[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Oct 9 09:11:02 MDT 2014


The branch, master has been updated
       via  c1f4b6c build: do not install texpect binary anymore.
      from  678b75d nwrap: Bump version of nss_wrapper to 1.0.3.

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


- Log -----------------------------------------------------------------
commit c1f4b6c39beff7008a2746e65a9d8703b399f6a7
Author: Björn Baumbach <bb at sernet.de>
Date:   Thu Oct 9 10:54:51 2014 +0200

    build: do not install texpect binary anymore.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=10862
    
    Signed-off-by: Bjoern Baumbach <bb at sernet.de>
    Reviewed-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Thu Oct  9 17:10:12 CEST 2014 on sn-devel-104

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

Summary of changes:
 lib/texpect/wscript |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/texpect/wscript b/lib/texpect/wscript
index 51602f1..4163ca1 100644
--- a/lib/texpect/wscript
+++ b/lib/texpect/wscript
@@ -1,9 +1,7 @@
 #!/usr/bin/env python
 
 def configure(conf):
-	conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h')
+    conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h')
 
 def build(bld):
-	bld.SAMBA_BINARY('texpect',
-                         'texpect.c',
-                          deps='popt util')
+    bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list