1config BR2_PACKAGE_PERL_MATH_PRIME_UTIL 2 bool "perl-math-prime-util" 3 depends on !BR2_STATIC_LIBS 4 help 5 Utilities related to prime numbers, including fast sieves and 6 factoring. 7 8 https://github.com/danaj/Math-Prime-Util 9 10comment "perl-math-prime-util needs a toolchain w/ dynamic library" 11 depends on BR2_STATIC_LIBS 12