boost: bump to version 1.63.0
[buildroot-gz.git] / package / pound / Config.in
blob91c29ea7a68b0bbd014d75ad5c4f264ae07520ba
1 config BR2_PACKAGE_POUND
2         bool "pound"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         select BR2_PACKAGE_OPENSSL
7         help
8           The Pound program is a reverse proxy, load balancer and HTTPS
9           front-end for Web server(s). Pound was developed to enable
10           distributing the load among several Web-servers and to allow
11           for a convenient SSL wrapper for those Web servers that do not
12           offer it natively.
14           http://www.apsis.ch/pound
16 comment "pound needs a toolchain w/ dynamic library, threads"
17         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
18         depends on BR2_USE_MMU