buildroot/package/perl-sys-mmap/Config.in
Christopher McCrory ad4b356916 perl-sys-mmap: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-13 12:01:38 +02:00

11 lines
271 B
Plaintext

config BR2_PACKAGE_PERL_SYS_MMAP
bool "perl-sys-mmap"
depends on !BR2_STATIC_LIBS
help
uses mmap to map in a file as a Perl variable
https://metacpan.org/release/Sys-Mmap
comment "perl-sys-mmap needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS