xref: /OK3568_Linux_fs/buildroot/package/perl-math-prime-util/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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