File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ export CPPFLAGS="-P"
6868cd /opt/lib/ncurses-6.3
6969export NCURSES_DIR=` pwd`
7070
71- ./configure $EXTRAFLAGS --disable-shared --without-debug --without-ada --with-termlib --enable-termcap --without-manpages --without-progs --without-tests --host=$CROSS_COMPILE --prefix=${PREFIX}
71+ ./configure $EXTRAFLAGS --target= $CROSS_COMPILE --without-pthread --enable-database --enable-sp-funcs --enable-term-driver -- without-shared --without-debug --without-ada --enable-termcap --without-manpages --without-progs --without-tests --host=$CROSS_COMPILE --prefix=${PREFIX}
7272make distclean
73- ./configure $EXTRAFLAGS --disable-shared --without-debug --without-ada --with-termlib --enable-termcap --without-manpages --without-progs --without-tests --host=$CROSS_COMPILE --prefix=${PREFIX}
73+ ./configure $EXTRAFLAGS --target= $CROSS_COMPILE --without-pthread --enable-database --enable-sp-funcs --enable-term-driver -- without-shared --without-debug --without-ada --enable-termcap --without-manpages --without-progs --without-tests --host=$CROSS_COMPILE --prefix=${PREFIX}
7474make -j$( nproc)
7575make install.libs
7676
You can’t perform that action at this time.
0 commit comments