Commit f13bc1aa authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

perl: Provide library location when running the testsuite

Otherwise the perl testsuite could not locate libloc and will fail.
Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent e293dac1
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment