From: Stefan Metzmacher Date: Mon, 12 May 2014 15:08:47 +0000 (+0200) Subject: build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_* X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=10745f4381032a1a58fbee270b339432e8e2ad8e;hp=90b2a36f8fbe95203d7793e072a4d0115b920481;p=build-farm.git build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_* Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/build_test.fns b/build_test.fns index 1f006200..3d66fc55 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"