c150c2930d14318ab6065af96a0565bb6629c1e3
[build-farm.git] / tridge.fns
1 export PYTHON_VERSION=2.5
2
3 compiler=gcc
4
5 . common.fns
6
7 #lcov like shared libraries
8 export config="--disable-shared"
9 export PIDL_TESTS_SKIP=yes
10 test_tree samba_4_0_test source $compiler 
11
12 export config=""
13 test_tree samba_3_X_test source $compiler
14
15 #lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
16 export config="--with-ldap=/usr --without-openssl --disable-shared"
17 test_tree lorikeet-heimdal . $compiler
18