perlmod: global knob to disable comment stripping modules
authorPhilip Prindeville <redacted>
Tue, 3 Jan 2017 05:55:17 +0000 (22:55 -0700)
committerPhilip Prindeville <redacted>
Wed, 11 Jan 2017 21:31:09 +0000 (14:31 -0700)
commit785b67a27ea11486582e8251dd9c942ffb107ea4
tree435afb67e91455e1251a08a5a43ae27f29caa142
parentafda05e417b6e3b38e14fe96378c6bb5e15d4c8e
perlmod: global knob to disable comment stripping modules

Certain strings are misinterpreted as comments by perlmod.mk and removed
when they shouldn't be (in particular, perl-cgi).  Enable this whenever
you have sufficient flash space.

Globally, CONFIG_PERL_NOCOMMENT=y (default) causes comments to be stripped
as before.  However, a package (like perl-cgi) can override this with
PKG_LEAVE_COMMENTS=1.

Signed-off-by: Philip Prindeville <redacted>
lang/perl/Config.in
lang/perl/Makefile
lang/perl/perlmod.mk
git clone https://git.99rst.org/PROJECT