'.' has been removed from @INC in Perl 5.25.7 and it prevented many
ports from building starting in 5.25.10, add this hack here to make those ports buildable again. Sponsored by: Absolight
This commit is contained in:
parent
3871df1b70
commit
246c825068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436585
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL}
|
|||
|
||||
PERL5?= ${LOCALBASE}/bin/perl${PERL_VERSION}
|
||||
PERL?= ${LOCALBASE}/bin/perl
|
||||
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL}
|
||||
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL} \
|
||||
PERL_USE_UNSAFE_INC=1
|
||||
|
||||
QA_ENV+= SITE_ARCH_REL=${SITE_ARCH_REL} LIBPERL=libperl.so.${PERL_VER}
|
||||
|
||||
|
|
Loading…
Reference in a new issue