mc/m4.include
Jeroen Roovers bf771dc8a7 Ticket #3880: fail to link to ncurses built as two libraries: ncurses+tinfo.
https://bugs.gentoo.org/527118

When ncurses library is built with --with-termlib option
the resulting installation contains two libraries:

/lib64/libncurses.so.6
/lib64/libncursesw.so.6
/lib64/libtinfo.so.6
/lib64/libtinfow.so.6

As a result mc build fails as:

$ ./configure --with-screen=ncurses
$ make

  CCLD     mc
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld:
./.libs/libinternal.a(tty-ncurses.o): undefined reference to symbol 'meta'
/lib64/libtinfow.so.6: error adding symbols: DSO missing from command line

Patch: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-misc/mc/files/mc-4.8.13-tinfo.patch

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2017-12-02 11:48:16 +03:00
..
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-11-21 13:12:55 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00
2016-03-04 09:23:36 +03:00