1*4882a593Smuzhiyuncomment "squid needs a toolchain w/ C++, gcc >= 4.8 not affected by bug 64735" 2*4882a593Smuzhiyun depends on BR2_USE_MMU 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_ATOMIC 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 || \ 5*4882a593Smuzhiyun !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 6*4882a593Smuzhiyun 7*4882a593Smuzhiyunconfig BR2_PACKAGE_SQUID 8*4882a593Smuzhiyun bool "squid" 9*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_ATOMIC 10*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 11*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # std::current_exception 12*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 13*4882a593Smuzhiyun # needs fork() 14*4882a593Smuzhiyun depends on BR2_USE_MMU 15*4882a593Smuzhiyun select BR2_PACKAGE_LIBCAP 16*4882a593Smuzhiyun select BR2_PACKAGE_LIBTOOL 17*4882a593Smuzhiyun select BR2_PACKAGE_LIBXML2 18*4882a593Smuzhiyun help 19*4882a593Smuzhiyun Caching proxy for the Web supporting HTTP, HTTPS, FTP, and 20*4882a593Smuzhiyun more. 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun http://www.squid-cache.org/ 23