8000 Strip down ncurses build. · rave-engine/python3-android@facdd71 · GitHub
[go: up one dir, main page]

Skip to content

Commit facdd71

Browse files
committed
Strip down ncurses build.
1 parent 3195f8e commit facdd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/ncurses/5.9/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tar -xf "${PACKAGE}.tar.gz" || exit 1
55
pushd "${PACKAGE}" >/dev/null
66

77
patch -p1 < "${FILESDIR}/${PACKAGE}-android-locale-fixes.patch"
8-
./configure --prefix="${PREFIX}" --host="${TARGET}" --build="${HOST}" --without-ada --without-manpages --without-progs --without-tests --with-termlib --enable-widec || exit 1
8+
./configure --prefix="${PREFIX}" --host="${TARGET}" --build="${HOST}" --without-ada --without-manpages --without-progs --without-tests --with-termlib --enable-termcap --enable-widec --disable-database --disable-home-terminfo || exit 1
99
make || exit 1
1010
make install || exit 1
1111
# Fix symlinks for Python _curses and _curses_panel extensions.

0 commit comments

Comments
 (0)
0