From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 14 Jul 2021 23:07:51 +0200 Subject: [Buildroot] [git commit branch/2021.02.x] package/thrift: drop unrecognized option Message-ID: <20210714203441.CC2DE90EA5@busybox.osuosl.org> List-Id: To: buildroot@busybox.net MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit commit: https://git.buildroot.net/buildroot/commit/?id=a921820198ebc3404c365bf473728997809ceca6 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x WITH_QT4 has been dropped since version 0.13.0 and https://github.com/apache/thrift/commit/17355425429274e7971fff39d7e45279cdf550fa Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit 5675f09e584e124201451a0feee6e22d8ea2b84a) Signed-off-by: Peter Korsgaard --- 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