python: use libncursesw instead of libncurses 445/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 19 Oct 2014 19:38:03 +0000 (22:38 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 19 Oct 2014 19:41:57 +0000 (22:41 +0300)
commit820278a0c83099832527e06e771c64990743f293
tree794cd6ad4cddabd34f7ab4a3999b6e390d997b28
parent0141057a59d86cccc7550d0ccbb6f42ed12b41a0
python: use libncursesw instead of libncurses

Python's build scripts prefer ncursesw, and if it is detected
it will be used.
The problem will occur when linking, since ncursesw libs may not be
installed if not added as deps, but the sources will be compiled
against ncursesw.

Reference from Python's HISTORY file:
  Patch #1428494: Prefer linking against ncursesw over ncurses library.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile