From 18c8efe90baec4f4e11068b08d322de3e233e2e9 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Mon, 6 Apr 2015 18:57:27 +0200 Subject: [PATCH] package/thrift: reorders alphabetically the dependencies. Signed-off-by: Romain Naour Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- package/thrift/thrift.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk index 094f8d05c5..409b04d5fd 100644 --- a/package/thrift/thrift.mk +++ b/package/thrift/thrift.mk @@ -8,8 +8,9 @@ THRIFT_VERSION = 0.9.2 THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(THRIFT_VERSION) THRIFT_DEPENDENCIES = host-pkgconf host-thrift boost libevent openssl zlib THRIFT_INSTALL_STAGING = YES -HOST_THRIFT_DEPENDENCIES = host-boost host-libevent host-openssl host-pkgconf \ - host-zlib host-bison host-flex +HOST_THRIFT_DEPENDENCIES = host-bison host-boost host-flex host-libevent \ + host-openssl host-pkgconf host-zlib + THRIFT_CONF_OPTS = --with-sysroot=$(STAGING_DIR) \ --with-boost \ --with-boost-libdir=$(STAGING_DIR)/usr/lib \