|
@@ -3,9 +3,8 @@ config BR2_PACKAGE_USBGUARD
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # protobuf
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libqb, protobuf
|
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # protobuf
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
|
|
depends on !BR2_STATIC_LIBS # libqb, protobuf
|
|
|
- depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # std::future
|
|
|
select BR2_PACKAGE_PROTOBUF
|
|
|
select BR2_PACKAGE_LIBQB
|
|
@@ -19,10 +18,9 @@ config BR2_PACKAGE_USBGUARD
|
|
|
|
|
|
https://usbguard.github.io/
|
|
|
|
|
|
-comment "usbguard needs a glibc or uClibc toolchain w/ C++, threads, dynamic library, gcc >= 4.8"
|
|
|
+comment "usbguard needs a toolchain w/ C++, threads, dynamic library, gcc >= 7"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|
- || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 \
|
|
|
- || BR2_TOOLCHAIN_USES_MUSL
|
|
|
+ || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_7
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
|
|
|
|
|
comment "usbguard needs a toolchain not affected by GCC bug 64735"
|