Files
MSYS2-packages/readline
Christoph Reiter 22d904bb64 readline: set NCURSES_STATIC for the static build
ncurses has started to default to dllimport by default, which means
NCURSES_STATIC has to be set by anyone trying to statically build against it
to get the right symbol names.

To keep things simple for use just build twice, once dynamically and
once statically with NCURSES_STATIC set.

Alternative to #2956

Also removes the "RPATH" part, which was copied from Arch, but from what I see
doesn't change anything for us.
2022-04-29 20:12:09 +02:00
..