mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 13:53:41 -09:00
See here for a description: https://metacpan.org/pod/CGI Signed-off-by: Deividas Puplauskas <deividas.puplauskas@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
config BR2_PACKAGE_PERL_CGI
|
|
bool "perl-cgi"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_PERL_HTML_PARSER # runtime
|
|
select BR2_PACKAGE_PERL_URI # runtime
|
|
help
|
|
Handle Common Gateway Interface requests and responses.
|
|
|
|
https://metacpan.org/module/CGI
|
|
|
|
comment "perl-cgi needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|