mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
many external program expects libncurses to not be provided as a single library. Instead of fixing all ports, distribute ncurses the way upstream distributes it Turn libncursesw.so into a ldscript which will link automatically as needed to libtinfow so so this change is seamless at compile time. Differential Revision: https://reviews.freebsd.org/D32098
1 line
37 B
Text
1 line
37 B
Text
INPUT(@@SHLIB@@ AS_NEEDED(-ltinfow))
|