summaryrefslogtreecommitdiffstats
path: root/package/cutelyst
diff options
context:
space:
mode:
authorDaniel Nicoletti <dantti12@gmail.com>2018-09-06 13:51:32 -0300
committerPeter Korsgaard <peter@korsgaard.com>2018-09-06 21:17:09 +0200
commitcb3c56e3557cd57be806ba599baa461452f07bef (patch)
tree23ec6af2c06b5faad22c04ef59ef087461e855e1 /package/cutelyst
parentf0a0e1d72b5222843d24013504f3933f04538c51 (diff)
downloadbuildroot-cb3c56e3557cd57be806ba599baa461452f07bef.tar.gz
buildroot-cb3c56e3557cd57be806ba599baa461452f07bef.zip
cutelyst: Add dependency on Kernel headers >= 3.3
Cutelyst-WSGI module uses SO_REUSEPORT Fixes: http://autobuild.buildroot.net/results/d38411eda9edf16e2c40d8931bcfc889faae43dc/ Signed-off-by: Daniel Nicoletti <dantti12@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/cutelyst')
-rw-r--r--package/cutelyst/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/cutelyst/Config.in b/package/cutelyst/Config.in
index 91b559bd18..b2b48baa69 100644
--- a/package/cutelyst/Config.in
+++ b/package/cutelyst/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_CUTELYST
depends on BR2_PACKAGE_QT5
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_QT5BASE_GUI
help
@@ -11,6 +12,7 @@ config BR2_PACKAGE_CUTELYST
https://cutelyst.org
-comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8"
+comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.3"
depends on BR2_PACKAGE_QT5
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
+ depends !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
OpenPOWER on IntegriCloud