You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2013/12/04 21:12:13 UTC

[4/8] git commit: Do not compile Haskell support.

Do not compile Haskell support.

Our bootstrapped thrift compiler does not need Haskell support. This change
removes some of the complexity needed to bootstrap the thrift compiler.


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/2f79ec35
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/2f79ec35
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/2f79ec35

Branch: refs/heads/master
Commit: 2f79ec354e549490d644c96f2e8ef53e172e4452
Parents: 29d39b1
Author: Zameer Manji <zm...@twitter.com>
Authored: Tue Nov 26 15:01:40 2013 -0800
Committer: Zameer Manji <zm...@twitter.com>
Committed: Tue Nov 26 15:01:40 2013 -0800

----------------------------------------------------------------------
 build-support/thrift/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/2f79ec35/build-support/thrift/Makefile
----------------------------------------------------------------------
diff --git a/build-support/thrift/Makefile b/build-support/thrift/Makefile
index 459cd36..10f201f 100644
--- a/build-support/thrift/Makefile
+++ b/build-support/thrift/Makefile
@@ -21,7 +21,7 @@ all: $(THRIFT)
 
 $(THRIFT):
 	curl $(THRIFT_URL) | tar zxv
-	(cd $(THRIFT_DISTNAME) && ./configure --without-php --without-php_extension --without-ruby)
+	(cd $(THRIFT_DISTNAME) && ./configure --without-php --without-php_extension --without-ruby --without-haskell)
 	(cd $(THRIFT_DISTNAME) && make -j4)
 
 clean: