Merge pull request #1955 from HiassofT/le82-dvb-apps

[8.2] dvb-apps: fix compilation with current perl versions
This commit is contained in:
Christian Hewitt 2017-09-07 21:00:16 +04:00 committed by GitHub
commit da2bc78a05

View File

@ -29,3 +29,7 @@ PKG_SECTION="tools"
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_AUTORECONF="no"
pre_make_target() {
export PERL_USE_UNSAFE_INC=1
}