Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c92cda0
)
THRIFT-2344 configure.ac: compiler-only option
author
Roger Meier
<roger@apache.org>
Sun, 9 Feb 2014 21:43:40 +0000
(22:43 +0100)
committer
Roger Meier
<roger@apache.org>
Sun, 9 Feb 2014 21:43:40 +0000
(22:43 +0100)
Patch: Roger Meier
contrib/mingw-cross-compile.sh
patch
|
blob
|
history
diff --git
a/contrib/mingw-cross-compile.sh
b/contrib/mingw-cross-compile.sh
index
3839ce0
..
54cd852
100755
(executable)
--- 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