diff mbox series

[v2,1/2] package/thrift: drop unrecognized option

Message ID 20210613091356.877947-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [v2,1/2] package/thrift: drop unrecognized option | expand

Commit Message

Fabrice Fontaine June 13, 2021, 9:13 a.m. UTC
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(-)

Comments

Arnout Vandecappelle July 13, 2021, 8:06 p.m. UTC | #1
On 13/06/2021 11:13, Fabrice Fontaine wrote:
> 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>

 Both applied to master, thanks

 Regards,
 Arnout

> ---
> 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
>
diff mbox series

Patch

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