Commit 29c317e3 authored by Michael Tremer's avatar Michael Tremer

Revert "Makefile.am: Do not provide PREFIX value for perl build."

This reverts commit d39d928b.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 84b175e2
......@@ -228,7 +228,7 @@ build-perl:
@test -e $(builddir)/src/perl/t/Location.t || ln -s --relative $(srcdir)/src/perl/t/Location.t $(builddir)/src/perl/t/
@test -e $(builddir)/src/perl/typemap || ln -s --relative $(srcdir)/src/perl/typemap $(builddir)/src/perl/
cd $(builddir)/src/perl && $(PERL) Makefile.PL INSTALLDIRS=vendor \
cd $(builddir)/src/perl && $(PERL) Makefile.PL PREFIX="$(prefix)" \
INC="-I$(abs_srcdir)/src" LIBS="-L$(abs_builddir)/src/.libs -lloc"
cd $(builddir)/src/perl && $(MAKE) LD_RUN_PATH=
......
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