[Buildroot] [git commit branch/2021.05.x] package/thrift: drop unrecognized option
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-07-14 21:07:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-07-14 21:07:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=62b2e7b506c14d25955eeccb748f50d30dc5e3de branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x WITH_QT4 has been dropped since version 0.13.0 and https://github.com/apache/thrift/commit/17355425429274e7971fff39d7e45279cdf550fa Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> (cherry picked from commit 5675f09e584e124201451a0feee6e22d8ea2b84a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/thrift/thrift.mk | 1 - 1 file changed, 1 deletion(-)
diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
index 0f2a8eb071..544eb97323 100644
--- a/package/thrift/thrift.mk
+++ b/package/thrift/thrift.mk@@ -20,7 +20,6 @@ THRIFT_COMMON_CONF_OPTS = -DBUILD_TUTORIALS=OFF \ -DBUILD_TESTING=OFF \ -DWITH_PYTHON=OFF \ -DWITH_JAVA=OFF \ - -DWITH_QT4=OFF \ -DWITH_QT5=OFF THRIFT_CONF_OPTS = $(THRIFT_COMMON_CONF_OPTS) -DBUILD_COMPILER=OFF