1 config BR2_PACKAGE_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
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
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