openbsd support: readline treatment #3426
Labels
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
topic: build system
Observed behaviour
the default readline on openbsd is version 4 (the last LGPL version, I guess), and it lacks
rl_bind_keyseq
.Thus, linking bails out with an undefined ref to it.
Expected behaviour
A minimal guard against this should have a test for
rl_bind_keyseq
. To actually get it allworking, one should use
libereadline
from/usr/local
.I'll send a PR to fix this, or at least to test for
rl_bind_keyseq
.The text was updated successfully, but these errors were encountered: