diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-04-06 18:57:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-06 23:25:22 +0200 |
commit | 18c8efe90baec4f4e11068b08d322de3e233e2e9 (patch) | |
tree | c6b4ee889ff21b23c86ab7f9c8d176167468551f | |
parent | ca735d8a0b86b7ad274319774df2bca0abfe4ee9 (diff) | |
download | buildroot-18c8efe90baec4f4e11068b08d322de3e233e2e9.tar.gz buildroot-18c8efe90baec4f4e11068b08d322de3e233e2e9.zip |
package/thrift: reorders alphabetically the dependencies.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/thrift/thrift.mk | 5 |
1 files 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 \ |