All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/2] package/thrift: drop unrecognized option
@ 2021-06-13  9:13 Fabrice Fontaine
  2021-06-13  9:13 ` [Buildroot] [PATCH v2, 2/2] package/thrift: security bump to version 0.14.1 Fabrice Fontaine
  2021-07-13 20:06 ` [Buildroot] [PATCH v2, 1/2] package/thrift: drop unrecognized option Arnout Vandecappelle
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-06-13  9:13 UTC (permalink / raw)
  To: buildroot

WITH_QT4 has been dropped since version 0.13.0 and
https://github.com/apache/thrift/commit/17355425429274e7971fff39d7e45279cdf550fa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Add security bump

 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
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-15  6:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13  9:13 [Buildroot] [PATCH v2, 1/2] package/thrift: drop unrecognized option Fabrice Fontaine
2021-06-13  9:13 ` [Buildroot] [PATCH v2, 2/2] package/thrift: security bump to version 0.14.1 Fabrice Fontaine
2021-07-15  6:49   ` Peter Korsgaard
2021-07-13 20:06 ` [Buildroot] [PATCH v2, 1/2] package/thrift: drop unrecognized option Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.