[SCM] build.samba.org - branch master updated

Stefan Metzmacher metze at samba.org
Mon May 12 09:09:54 MDT 2014


The branch, master has been updated
       via  10745f4 build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*
      from  90b2a36 mark tdb2 as an old tree to delete

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


- Log -----------------------------------------------------------------
commit 10745f4381032a1a58fbee270b339432e8e2ad8e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon May 12 17:08:47 2014 +0200

    build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 build_test.fns |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index 1f00620..3d66fc5 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -752,6 +752,8 @@ test_tree() {
 		;;
 	samba_4*)
 		sw_config="$config --enable-selftest"
+		sw_config="$sw_config --with-perl-lib-install-dir=$prefix/perl.lib"
+		sw_config="$sw_config --with-perl-arch-install-dir=$prefix/perl.arch"
 		;;
 	samba_3*)
 		sw_config="$config --enable-socket-wrapper"


-- 
build.samba.org


More information about the samba-cvs mailing list