From 3d8aaa6aa9646acc918ce2a38f26c00d83abcf13 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sat, 28 Feb 2015 10:50:58 +0000 Subject: Revert if needed: thrift with erlang and max-jobs=1 --- strata/openstack-services/thrift.morph | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/strata/openstack-services/thrift.morph b/strata/openstack-services/thrift.morph index 321e06d6..39062351 100644 --- a/strata/openstack-services/thrift.morph +++ b/strata/openstack-services/thrift.morph @@ -1,9 +1,6 @@ -{ - "name": "thrift", - "kind": "chunk", - "build-system": "autotools", - "configure-commands": [ - "./bootstrap.sh", - "./configure --prefix=\"$PREFIX\" --without-erlang" - ] -} +name: thrift +kind: chunk +build-system: autotools +max-jobs: 1 +pre-configure-commands: +- ./bootstrap.sh -- cgit v1.2.1