]> git.ipfire.org Git - ipfire-3.x.git/commit
ncurses: Fix linking without libtinfo
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Feb 2025 13:24:36 +0000 (13:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Feb 2025 13:24:36 +0000 (13:24 +0000)
commit5b8f009e7d7e633ba2717b9ecca531855232d1a1
tree5195e28bd43e8383bd924f8f4d96e7d71ed2520f
parent28243e1054c15125731b8a12b3da585126875787
ncurses: Fix linking without libtinfo

This patch will automatically add libtinfo to everywhere we are linking
against any of the other libraries. It will also provide an easy way to
link against libtermcap.

Finally, this patch enabled symbol versioning.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
ncurses/ncurses.nm
ncurses/patches/ncurses-6.3-libs.patch [new file with mode: 0644]
ncurses/patches/ncurses-6.3-pkgconfig.patch [new file with mode: 0644]