diff --git a/package/cppcms/Config.in b/package/cppcms/Config.in index 688d8f20c5..614abeb550 100644 --- a/package/cppcms/Config.in +++ b/package/cppcms/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_CPPCMS select BR2_PACKAGE_PCRE select BR2_PACKAGE_LIBGCRYPT depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL depends on !BR2_PREFER_STATIC_LIB # dlopen() help CppCMS is a Free High Performance Web Development Framework @@ -39,6 +39,6 @@ comment "icu support needs a toolchain w/ wchar" endif -comment "cppcms needs a toolchain w/ C++, threads, dynamic library" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ +comment "cppcms needs a toolchain w/ C++, NPTL, dynamic library" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \ BR2_PREFER_STATIC_LIB