From a91b20ff60142cef648c8443803032ad820ffc92 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 4 Nov 2007 22:10:43 +0200 Subject: [PATCH] Force use of shipped perl modules instead of system ones for perl tests --- ChangeLog | 5 +++++ scripts/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3241f271..07b45e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-04 Guillem Jover + + * scripts/Makefile.am (clean): Set PERL5LIB to force use of shipped + modules instead of system ones. + 2007-11-04 Guillem Jover * scripts/dpkg-architecture.pl: Move host and build arch detection diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b18b513a..538ac587 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -146,4 +146,4 @@ check: $(TEST_FILES) $(wildcard $(srcdir)/t/200_Dpkg_Shlibs/ld.so.conf*) # a bit hacky... $(mkdir_p) t.tmp cp -dRl $(srcdir)/t/200_Dpkg_Shlibs/ld.so.conf* t.tmp/ - srcdir=$(srcdir) PERL_DL_NONLAZY=1 $(PERL) -I$(srcdir) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '.')" $(TEST_FILES) + srcdir=$(srcdir) PERL5LIB=$(srcdir) PERL_DL_NONLAZY=1 $(PERL) -I$(srcdir) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '.')" $(TEST_FILES) -- 2.39.5