mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 13:23:39 -09:00
See here for a description: https://metacpan.org/pod/CGI::Session Signed-off-by: Deividas Puplauskas <deividas.puplauskas@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
config BR2_PACKAGE_PERL_CGI_SESSION
|
|
bool "perl-cgi-session"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_PERL_CGI # runtime
|
|
help
|
|
Persistent session data in CGI applications.
|
|
|
|
https://metacpan.org/release/CGI-Session
|
|
|
|
comment "perl-cgi-session needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|