aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
Diffstat (limited to 'ports/thrift')
-rw-r--r--ports/thrift/CONTROL2
-rw-r--r--ports/thrift/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/thrift/CONTROL b/ports/thrift/CONTROL
index b85a03cda..e1afc6ccf 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2019-05-07
+Version: 2019-05-07-1
Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit
Description: Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible. Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008. Thrift became an Apache TLP in October, 2010.
diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake
index da59907cf..efd76472b 100644
--- a/ports/thrift/portfile.cmake
+++ b/ports/thrift/portfile.cmake
@@ -27,6 +27,7 @@ vcpkg_configure_cmake(
-DBUILD_HASKELL=off
-DBUILD_TUTORIALS=off
-DFLEX_EXECUTABLE=${FLEX}
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=TRUE
-DBISON_EXECUTABLE=${BISON}
)