bugfix: lib/libso.5 doesn't compile without --with-shared in 010-ncurses
The current ncurses build script (010-ncurses) fails to properly compile the ABI version 5 compatibility libraries. During the second configure phase for building the ABI version 5 libraries, the --with-shared option is missing, which prevents proper compilation of the shared libraries with the .so.5 suffix.