|
@@ -2,7 +2,7 @@ config BR2_PACKAGE_PISTACHE
|
|
bool "pistache"
|
|
bool "pistache"
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17, std::optional
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17, std::optional
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_RAPIDJSON
|
|
select BR2_PACKAGE_RAPIDJSON
|
|
help
|
|
help
|
|
@@ -12,8 +12,8 @@ config BR2_PACKAGE_PISTACHE
|
|
|
|
|
|
https://github.com/oktal/pistache
|
|
https://github.com/oktal/pistache
|
|
|
|
|
|
-comment "pistache needs a toolchain w/ C++, gcc >= 7, threads, wchar"
|
|
|
|
|
|
+comment "pistache needs a toolchain w/ C++, gcc >= 7, NPTL, wchar"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
|
|
- !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
|
!BR2_USE_WCHAR
|
|
!BR2_USE_WCHAR
|