[Lldb-commits] [lldb] r188305 - Changed LLVM configure options to reflect the new

Sean Callanan scallanan at apple.com
Tue Aug 13 11:11:20 PDT 2013


Author: spyffe
Date: Tue Aug 13 13:11:20 2013
New Revision: 188305

URL: http://llvm.org/viewvc/llvm-project?rev=188305&view=rev
Log:
Changed LLVM configure options to reflect the new
way of making LLVM not rely on terminfo.

Modified:
    lldb/trunk/scripts/build-llvm.pl

Modified: lldb/trunk/scripts/build-llvm.pl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/build-llvm.pl?rev=188305&r1=188304&r2=188305&view=diff
==============================================================================
--- lldb/trunk/scripts/build-llvm.pl (original)
+++ lldb/trunk/scripts/build-llvm.pl Tue Aug 13 13:11:20 2013
@@ -30,7 +30,7 @@ my $os_release = 11;
 
 my $original_env_path = $ENV{PATH};
 
-my $common_configure_options = "--disable-curses";
+my $common_configure_options = "--disable-terminfo";
 
 our %llvm_config_info = (
     'Debug'         => { configure_options => '--disable-optimized --disable-assertions --enable-libcpp', make_options => 'DEBUG_SYMBOLS=1'},





More information about the lldb-commits mailing list