File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ export CPPFLAGS="-P"
68
68
cd /opt/lib/ncurses-6.3
69
69
export NCURSES_DIR=` pwd`
70
70
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}
72
72
make 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}
74
74
make -j$( nproc)
75
75
make install.libs
76
76
You can’t perform that action at this time.
0 commit comments