1config 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. 13 14 http://www.apsis.ch/pound 15 16comment "pound needs a toolchain w/ dynamic library, threads" 17 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 18 depends on BR2_USE_MMU 19