build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*
authorStefan Metzmacher <metze@samba.org>
Mon, 12 May 2014 15:08:47 +0000 (17:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 12 May 2014 15:08:47 +0000 (17:08 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
build_test.fns

index 1f0062004b3acc8aa7691497909e522f06b496ea..3d66fc559e38b99cbd62b801a7479c075e4e5c04 100644 (file)
@@ -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"