From: Andrew Bartlett Date: Tue, 7 Jan 2014 01:46:42 +0000 (+1300) Subject: Add --without-gettext to restore Samba build on hpisgr8 X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=43b5c253e71bb83362c89942017b465555ec53af Add --without-gettext to restore Samba build on hpisgr8 --- diff --git a/hpisgr8.fns b/hpisgr8.fns index 95e6884f..26f2458f 100644 --- a/hpisgr8.fns +++ b/hpisgr8.fns @@ -1,6 +1,28 @@ - # gdb is in /opt/langtools/bin PATH="$PATH:/opt/langtools/bin" export PATH -. generic.fns +per_run_hook + +global_lock + +compilers="cc gcc" + +CFLAGS="-g $CFLAGS" +export CFLAGS + +for compiler in $compilers; do + + . common.fns + + config="--without-gettext" + export config + test_tree samba_4_0_test . $compiler + config="" + export config + + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler +done + +global_unlock