Revert previous: the readline support here does unspeakable things with
the history buffer that require knowledge of the readline internals to make safe (it "knows" that GNU readline mallocs certain returned data, and thus, with libedit, happily calls free on static variables).
This commit is contained in:
parent
62e0f430f0
commit
7d2d02742e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2007/05/27 19:46:31 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2007/05/28 03:28:58 tls Exp $
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
@ -7,10 +7,6 @@
|
||||
PROG= wpa_cli
|
||||
SRCS= wpa_cli.c wpa_ctrl.c
|
||||
|
||||
CPPFLAGS+=-DCONFIG_READLINE
|
||||
LDADD+=-ledit
|
||||
DPADD+=${LIBEDIT}
|
||||
|
||||
MAN= wpa_cli.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user