diff options
Diffstat (limited to 'tools/automake/Makefile')
-rw-r--r-- | tools/automake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/automake/Makefile b/tools/automake/Makefile index 6395d84387..0eea101983 100644 --- a/tools/automake/Makefile +++ b/tools/automake/Makefile @@ -19,7 +19,9 @@ HOST_CONFIGURE_ARGS += \ --datarootdir=$(STAGING_DIR_HOST)/share \ --disable-silent-rules -HOST_CONFIGURE_VARS += am_cv_prog_PERL_ithreads=no +HOST_CONFIGURE_VARS += \ + PERL="/usr/bin/env perl" \ + am_cv_prog_PERL_ithreads=no define Host/Configure (cd $(HOST_BUILD_DIR); $(AM_TOOL_PATHS) STAGING_DIR="" ./bootstrap.sh) |