svn commit: r274551 - head/usr.sbin/wpa/wpa_cli

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 15 14:55:06 UTC 2014


Author: bapt
Date: Sat Nov 15 14:55:05 2014
New Revision: 274551
URL: https://svnweb.freebsd.org/changeset/base/274551

Log:
  wpa_cli does not use libedit anymore since version 1.0

Modified:
  head/usr.sbin/wpa/wpa_cli/Makefile

Modified: head/usr.sbin/wpa/wpa_cli/Makefile
==============================================================================
--- head/usr.sbin/wpa/wpa_cli/Makefile	Sat Nov 15 10:45:10 2014	(r274550)
+++ head/usr.sbin/wpa/wpa_cli/Makefile	Sat Nov 15 14:55:05 2014	(r274551)
@@ -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 <bsd.prog.mk>


More information about the svn-src-all mailing list