Files
RedBear-OS/recipes/libs
vasilito ea1ea51c3b fix: ncurses/ncursesw need --with-pic for static linking into PIE
Static archives without -fPIC cannot be linked into PIE executables
(default on modern Linux). redbear-netctl-console failed to link with:
  libncursesw.a: relocation R_X86_64_32 ... can not be used when making a PIE
            object; recompile with -fPIE

Added --with-pic to ncurses and ncursesw configure flags to produce
position-independent static archives.
2026-07-12 19:51:02 +03:00
..
2026-04-17 13:33:17 +01:00