Skip to content

Commit

Permalink
Merge pull request #61 from c9/fix-ncurses-on-new-gcc
Browse files Browse the repository at this point in the history
add -P CPPFLAGS to ncurses install to fix issues on ARM and newer GCC versions
  • Loading branch information
Fabian Jakobs committed Mar 31, 2016
2 parents 4681dc6 + c28c783 commit 0b06c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ compile_tmux(){
rm ncurses-5.9.tar.gz
cd ncurses-5.9
echo ":Configuring Ncurses"
./configure --prefix="$C9_DIR/local" --without-tests --without-cxx
CPPFLAGS=-P ./configure --prefix="$C9_DIR/local" --without-tests --without-cxx
echo ":Compiling Ncurses"
make
echo ":Installing Ncurses"
Expand Down

0 comments on commit 0b06c9f

Please sign in to comment.