1config BR2_PACKAGE_PERL_SYS_MMAP
2 bool "perl-sys-mmap"
3 depends on !BR2_STATIC_LIBS
4 help
5 uses mmap to map in a file as a Perl variable.
6
7 https://metacpan.org/release/Sys-Mmap
8
9comment "perl-sys-mmap needs a toolchain w/ dynamic library"
10 depends on BR2_STATIC_LIBS
11