2 Commits

Author SHA256 Message Date
Steven R. Baker
e0663af080 Fix llbuild link failure: use find_package(Curses) instead of hardcoded -lcurses
openSUSE Tumbleweed's ncurses-devel does not provide a libcurses.so
symlink (unlike Fedora), causing llbuild to fail at link time with
'cannot find -lcurses'. Use CMake's FindCurses module to properly
discover the ncurses library path on all platforms.
2026-02-18 18:10:58 +01:00
Steven R. Baker
11525339a4 Import from fedora commit 1802f1fb2fb7f0c6224d0b1e3cee836181f7b6b9 2026-02-16 17:49:33 +01:00