Add --without-gettext to restore Samba build on hpisgr8
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 01:46:42 +0000 (14:46 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 01:47:38 +0000 (14:47 +1300)
hpisgr8.fns

index 95e6884f86a2264f2d3fff2061c56749806bbd43..26f2458feeb756e4ae4810500eea3b168a89915f 100644 (file)
@@ -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