Updated Branches: refs/heads/master c92cda0d9 -> 3bf62d1d8
THRIFT-2344 configure.ac: compiler-only option Patch: Roger Meier Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3bf62d1d Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/3bf62d1d Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/3bf62d1d Branch: refs/heads/master Commit: 3bf62d1d89de63ed3d4b9d14eb62e61d3143cbfe Parents: c92cda0 Author: Roger Meier <[email protected]> Authored: Sun Feb 9 22:43:40 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Feb 9 22:43:40 2014 +0100 ---------------------------------------------------------------------- contrib/mingw-cross-compile.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/3bf62d1d/contrib/mingw-cross-compile.sh ---------------------------------------------------------------------- diff --git a/contrib/mingw-cross-compile.sh b/contrib/mingw-cross-compile.sh index 3839ce0..54cd852 100755 --- a/contrib/mingw-cross-compile.sh +++ b/contrib/mingw-cross-compile.sh @@ -2,18 +2,7 @@ set -e ./configure \ - --without-cpp \ - --without-c_glib \ - --without-java \ - --without-csharp \ - --without-python \ - --without-ruby \ - --without-haskell \ - --without-perl \ - --without-php \ - --without-erlang \ - --without-go \ - --without-d \ + --disable-libs \ --build=i686-pc-linux-gnu \ --host=i586-mingw32msvc
