Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/wpa/bin/wpa_cli put back libedit support.



details:   https://anonhg.NetBSD.org/src/rev/1761cc155e47
branches:  trunk
changeset: 756840:1761cc155e47
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 04 20:29:54 2010 +0000

description:
put back libedit support.

diffstat:

 external/bsd/wpa/bin/wpa_cli/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e97df0a2940d -r 1761cc155e47 external/bsd/wpa/bin/wpa_cli/Makefile
--- a/external/bsd/wpa/bin/wpa_cli/Makefile     Wed Aug 04 20:29:18 2010 +0000
+++ b/external/bsd/wpa/bin/wpa_cli/Makefile     Wed Aug 04 20:29:54 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/04 19:23:15 tron Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/04 20:29:54 christos Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -7,7 +7,7 @@
 PROG=  wpa_cli
 SRCS=  wpa_cli.c wpa_ctrl.c os_unix.c
 
-#CPPFLAGS+=-DCONFIG_READLINE
+CPPFLAGS+=-DCONFIG_READLINE
 LDADD+=-ledit -lterminfo
 DPADD+=${LIBEDIT} ${LIBTERMINFO}
 



Home | Main Index | Thread Index | Old Index