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

Matthieu Patou mat at samba.org
Tue Dec 14 11:33:18 MST 2010


The branch, master has been updated
       via  8703cf4 test for fixing heimdal build on aix
      from  45c555c Don't rely on stages having the same names.

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


- Log -----------------------------------------------------------------
commit 8703cf4ba3ac33d7a4d497c46c3e507c9593ea78
Author: Matthieu Patou <mat at matws.net>
Date:   Tue Dec 14 09:38:51 2010 +0300

    test for fixing heimdal build on aix

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

Summary of changes:
 SerNet-aix.fns |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/SerNet-aix.fns b/SerNet-aix.fns
index e8b5134..8fb9815 100644
--- a/SerNet-aix.fns
+++ b/SerNet-aix.fns
@@ -6,6 +6,19 @@ global_lock
 PATH=/opt/home/tridge/python/bin:$PATH
 export PATH
 
+PREHOOKS="configure"
+
+prehook_configure()
+{
+case "$tree" in
+    samba_4*)
+		(cd ${builddir}/..; gpatch -p 1 <$HOME/patch_aix)
+        ;;
+    *)
+        ;;
+esac
+}
+
 compiler="cc"
 
 . common.fns


-- 
build.samba.org


More information about the samba-cvs mailing list