summaryrefslogtreecommitdiff
path: root/package/thrift
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-12-09 16:13:05 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-09 20:16:59 +0100
commite50e0a0096fa06ead9d94a5ed6f26621f9e7eaea (patch)
tree0545de0032a1191372763647247203cbc589b57d /package/thrift
parent25c083b4475756b557910b7c5233f8ae2efdee2b (diff)
thrift: disable tutorial(s)
The tutorials don't pass pedantic mode hence causing failures. And we don't care about tutorials anyway, disable them to save time as well. Fixes. http://autobuild.buildroot.net/results/f68/f68d537e623f565000ca966372a7c0277f4e3888/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/thrift')
-rw-r--r--package/thrift/thrift.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
index 5c350ddaa..955e9ec9c 100644
--- a/package/thrift/thrift.mk
+++ b/package/thrift/thrift.mk
@@ -12,9 +12,11 @@ HOST_THRIFT_DEPENDENCIES = host-boost host-libevent host-openssl host-pkgconf \
host-zlib host-bison host-flex
THRIFT_CONF_OPTS = --with-sysroot=$(STAGING_DIR) \
--with-boost=$(STAGING_DIR) \
- --disable-tests
+ --disable-tests \
+ --disable-tutorial
HOST_THRIFT_CONF_OPTS = --with-sysroot=$(HOST_DIR) \
- --disable-tests
+ --disable-tests \
+ --disable-tutorial
THRIFT_AUTORECONF = YES
THRIFT_LICENSE = Apache-2.0
THRIFT_LICENSE_FILES = LICENSE