1 --- Python-3.9.1/Modules/Setup.orig 2021-01-08 00:28:04.485148074 +0000
2 +++ Python-3.9.1/Modules/Setup 2021-01-08 00:35:24.857410689 +0000
4 # provided by the ncurses library. e.g. on Linux, link with -lncurses
5 # instead of -lcurses).
7 -#_curses _cursesmodule.c -lcurses -ltermcap
8 +_curses _cursesmodule.c -lncurses -ltermcap
9 # Wrapper for the panel library that's part of ncurses and SYSV curses.
10 #_curses_panel _curses_panel.c -lpanel -lncurses