From 3eed72cbb75753f44c181136c0e2a591ebf46590 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 15 Nov 2014 14:55:05 +0000 Subject: wpa_cli does not use libedit anymore since version 1.0 --- usr.sbin/wpa/wpa_cli/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/wpa') diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile index 93a1ba7..9530b73 100644 --- a/usr.sbin/wpa/wpa_cli/Makefile +++ b/usr.sbin/wpa/wpa_cli/Makefile @@ -14,8 +14,8 @@ CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX # enable use of d_type to identify unix domain sockets CFLAGS+= -D_DIRENT_HAVE_D_TYPE -CFLAGS+= -DCONFIG_READLINE -I${DESTDIR}/${INCLUDEDIR}/edit -LDADD+= -ledit -ltermcapw -lutil -DPADD+= ${LIBEDIT} ${LIBTERMCAPW} ${LIBUTIL} +CFLAGS+= -DCONFIG_WPA_CLI_EDIT=y +LDADD+= -lutil +DPADD+= ${LIBUTIL} .include -- cgit v1.1