mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dvb-apps: fix compilation with current perl versions
Newer versions of perl no longer include the current directory in the default include path which causes dvb-apps compilation to fail. Fix this by setting the PERL_USE_UNSAFE_INC environment variable to restore the previous behavior. See https://perldoc.perl.org/perldelta.html#Removal-of-the-current-directory-(%22.%22)-from-%40INC for details about the perl change Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
31b93d8c56
commit
6bb3d9556c
@ -29,3 +29,7 @@ PKG_SECTION="tools"
|
|||||||
PKG_SHORTDESC="Digitial Video Broadcasting (DVB) applications"
|
PKG_SHORTDESC="Digitial Video Broadcasting (DVB) applications"
|
||||||
PKG_LONGDESC="Applications and utilities geared towards the initial setup, testing and operation of an DVB device supporting the DVB-S, DVB-C, DVB-T, and ATSC standards."
|
PKG_LONGDESC="Applications and utilities geared towards the initial setup, testing and operation of an DVB device supporting the DVB-S, DVB-C, DVB-T, and ATSC standards."
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
|
pre_make_target() {
|
||||||
|
export PERL_USE_UNSAFE_INC=1
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user