Skip to content

Commit

Permalink
Configure with --enable-terminfo=no for Apple's llvmCore builds.
Browse files Browse the repository at this point in the history
Patch by Pete Cooper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193940 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bob-wilson committed Nov 3, 2013
1 parent 153d619 commit d6b6425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/buildit/build_llvm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ COMMON_CONFIGURE_OPTS="\
--enable-assertions=$LLVM_ASSERTIONS \
--enable-optimized=$LLVM_OPTIMIZED \
--disable-bindings \
--disable-zlib"
--disable-zlib \
--enable-terminfo=no"

COMMON_MAKEFLAGS="\
UNIVERSAL=1 \
Expand Down

0 comments on commit d6b6425

Please sign in to comment.