From f13bc1aa8f6729ca78f32e43de5d39891ab7bd42 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 21 Nov 2019 15:51:51 +0100 Subject: [PATCH] perl: Provide library location when running the testsuite Otherwise the perl testsuite could not locate libloc and will fail. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4aa490a..ca199c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,7 +201,7 @@ build-perl: .PHONY: check-perl check-perl: testdata.db - cd $(builddir)/src/perl && $(MAKE) test database="../../$<" + cd $(builddir)/src/perl && $(MAKE) LD_LIBRARY_PATH="$(abs_builddir)/src/.libs" test database="../../$<" .PHONY: install-perl install-perl: -- 2.39.2