Fix cord/de build in Makefile.direct (Linux)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 21 Mar 2017 08:58:30 +0000 (11:58 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 21 Mar 2017 21:12:13 +0000 (00:12 +0300)
commitded6139769d21e6d19d30a0ec21b06e0058ffd10
tree8e3a33811aefa51c88b34e4d4da1c2d5b891abd6
parent9fa43166c15980f09069c3a040d300953656ac65
Fix cord/de build in Makefile.direct (Linux)

As of Ubuntu 14, termlib package is missing and not needed to
build 'de' test application (the required symbols are provided in
libcurses).

* Makefile.direct (CURSES): Remove -ltermlib; add comment about it.
* Makefile.direct [DRSNX, HPUX] (cord/de): Replace $(CURSES) with
"-lcurses -ltermlib".
Makefile.direct