From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] perl: Provide library location when running the testsuite Date: Thu, 21 Nov 2019 15:51:51 +0100 Message-ID: <20191121145151.26733-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7998040030582007577==" List-Id: --===============7998040030582007577== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Otherwise the perl testsuite could not locate libloc and will fail. Signed-off-by: Stefan Schantl --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f2c0eb0..989d01e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,7 +196,7 @@ build-perl: =20 .PHONY: check-perl check-perl: testdata.db - cd $(builddir)/src/perl && $(MAKE) test database=3D"../../$<" + cd $(builddir)/src/perl && $(MAKE) LD_LIBRARY_PATH=3D"$(abs_builddir)/src/.= libs" test database=3D"../../$<" =20 .PHONY: install-perl install-perl: --=20 2.20.1 --===============7998040030582007577==--