https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245121
--- Comment #2 from [email protected] --- A commit references this bug: Author: kevans Date: Mon Apr 6 04:06:16 UTC 2020 New revision: 359646 URL: https://svnweb.freebsd.org/changeset/base/359646 Log: MFC r359453, r359455 r359453: flua: enable readline bits, courtesy of libedit This is a nicer experience when attempting to run ad-hoc lua bits in the flua REPL. r359455: flua: follow-up to r359453, don't bother with libedit in bootstrap The bootstrap flua should not be used for REPL-like activities; exclude it to save the dependency on libedit and not waste time with it. PR: 245121 Changes: _U stable/12/ stable/12/libexec/flua/Makefile -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
